From f38670b5982057da3b31d115cd75a19f648bba32 Mon Sep 17 00:00:00 2001 From: Jeff Carr Date: Fri, 17 Oct 2025 03:41:54 -0500 Subject: shortcut --- doGit.go | 2 ++ 1 file changed, 2 insertions(+) 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" } -- cgit v1.2.3