Skip to content

Commit

Permalink
wip: checkpoint
Browse files Browse the repository at this point in the history
  • Loading branch information
jmgilman committed Dec 3, 2024
1 parent 16dc7f8 commit 6c66a30
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/tools/git/util.go
Original file line number Diff line number Diff line change
Expand Up @@ -132,6 +132,7 @@ func CheckoutBranch(r *git.Repository, branch string, opts ...GitCheckoutOption)
plumbing.NewBranchReferenceName(branch),
plumbing.ZeroHash,
).Name()
fmt.Println("ref: ", branchRef)
} else {
branchRef = plumbing.NewBranchReferenceName(branch)
}
Expand Down

0 comments on commit 6c66a30

Please sign in to comment.