diff options
| author | Jeff Carr <[email protected]> | 2025-07-21 21:05:25 -0500 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2025-07-21 21:05:25 -0500 |
| commit | 5b5d262ce446037c52c661bf5383c6266b0cbe3b (patch) | |
| tree | 80fdac6cfd61c7f6d871803a5104a7e3fa21f127 /doCommit.go | |
| parent | 8c25ed19a3550ad49f110fa503c5d91bcb05105f (diff) | |
docs + fixes to Rill()
Diffstat (limited to 'doCommit.go')
| -rw-r--r-- | doCommit.go | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/doCommit.go b/doCommit.go index 404171a..dceba44 100644 --- a/doCommit.go +++ b/doCommit.go @@ -95,6 +95,7 @@ func doCommitRepo(repo *gitpb.Repo) error { } if err := shell.ExecCheck([]string{"git", "commit", "--all"}); err != nil { + shell.ExecCheck([]string{"git", "reset"}) return err } log.Info("git commit ok. forge done") |
