summaryrefslogtreecommitdiff
path: root/doGit.go
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2025-10-17 03:41:54 -0500
committerJeff Carr <[email protected]>2025-10-17 03:41:54 -0500
commitf38670b5982057da3b31d115cd75a19f648bba32 (patch)
tree7a0f85a20afc3ab86fe4e6fcfd58c5dcc0013146 /doGit.go
parent24314902af09fb3fb111f451d02fe162accd15b1 (diff)
shortcut
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 576562a..290c4c6 100644
--- a/doGit.go
+++ b/doGit.go
@@ -106,6 +106,8 @@ func doGit() (string, error) {
if argv.Git.Push != nil {
doPush(".config/wit")
doPush("tools")
+ cmd := []string{"bwit", "git", "push"}
+ s, err = runCommand(cmd)
s = "git push"
}