pub fn sync_track_to_branch(
repo: &Repository,
track_name: &str,
git_oid: ObjectId,
) -> GitProjectionResult<()>Expand description
Sync a Heddle thread to a Git branch.
pub fn sync_track_to_branch(
repo: &Repository,
track_name: &str,
git_oid: ObjectId,
) -> GitProjectionResult<()>Sync a Heddle thread to a Git branch.