Skip to content

Commit

Permalink
chore: debug
Browse files Browse the repository at this point in the history
  • Loading branch information
mikesmithgh committed Mar 21, 2024
1 parent da26027 commit ac86e2e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pkg/git/git.go
Original file line number Diff line number Diff line change
Expand Up @@ -250,6 +250,7 @@ func HasCleanWorkingTree() (bool, error) {
}

func BranchRemote(branch string) (string, error) {
fmt.Printf(" ** branch is %s ** ", branch)
cmd := exec.Command(
"git",
"config",
Expand Down

0 comments on commit ac86e2e

Please sign in to comment.