diff options
| author | Jeff Carr <[email protected]> | 2025-10-20 13:19:29 -0500 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2025-10-20 13:19:29 -0500 |
| commit | 278b3eb0c1956ebfaa85df374f0ea2f25adba2a4 (patch) | |
| tree | e9cd63a1edf2043ff5449d4acaf924df502a1baa /doGit.go | |
| parent | ae8f376f36cd573146f4a0b73e5ae07f576a2178 (diff) | |
also notsure
Diffstat (limited to 'doGit.go')
| -rw-r--r-- | doGit.go | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -62,6 +62,8 @@ func doGit() (string, error) { if argv.Git.Create != "" { s = "attmepting to create new repo" } + if argv.Git.Template != "" { + } if argv.Git.Edit != "" { log.Info("change last git commit message to:", argv.Git.Edit) |
