summaryrefslogtreecommitdiff
path: root/doGit.go
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2025-10-20 13:19:29 -0500
committerJeff Carr <[email protected]>2025-10-20 13:19:29 -0500
commit278b3eb0c1956ebfaa85df374f0ea2f25adba2a4 (patch)
treee9cd63a1edf2043ff5449d4acaf924df502a1baa /doGit.go
parentae8f376f36cd573146f4a0b73e5ae07f576a2178 (diff)
also notsure
Diffstat (limited to 'doGit.go')
-rw-r--r--doGit.go2
1 files changed, 2 insertions, 0 deletions
diff --git a/doGit.go b/doGit.go
index 5240643..f26a5cc 100644
--- a/doGit.go
+++ b/doGit.go
@@ -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)