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