more small fixes

This commit is contained in:
Jeff Carr 2025-08-19 21:08:45 -05:00
parent ef8240da56
commit 46c617a31a
1 changed files with 2 additions and 0 deletions

View File

@ -46,6 +46,8 @@ func doCommit() {
if ! repo.IsDirty() {
okExit("this repo is not dirty")
} else {
log.Info("repo is dirty", repo.GetFullPath())
}
if repo.GetCurrentBranchName() != repo.GetUserBranchName() {