This commit is contained in:
Jeff Carr 2025-08-19 21:12:37 -05:00
parent 456de36547
commit ffe615ef2a
1 changed files with 1 additions and 2 deletions

View File

@ -44,12 +44,11 @@ func doCommit() {
okExit("")
}
if ! repo.IsDirty() {
if !repo.IsDirty() {
okExit("this repo is not dirty")
} else {
log.Info("repo is dirty", repo.GetFullPath())
}
okExit("hmm")
if repo.GetCurrentBranchName() != repo.GetUserBranchName() {
found := new(gitpb.Repos)