diff options
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) |
