diff options
| author | Jeff Carr <[email protected]> | 2025-10-17 03:41:54 -0500 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2025-10-17 03:41:54 -0500 |
| commit | f38670b5982057da3b31d115cd75a19f648bba32 (patch) | |
| tree | 7a0f85a20afc3ab86fe4e6fcfd58c5dcc0013146 /doGit.go | |
| parent | 24314902af09fb3fb111f451d02fe162accd15b1 (diff) | |
shortcut
Diffstat (limited to 'doGit.go')
| -rw-r--r-- | doGit.go | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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" } |
