summaryrefslogtreecommitdiff
path: root/repolist.go
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2024-02-13 20:29:14 -0600
committerJeff Carr <[email protected]>2024-02-13 20:29:14 -0600
commite30194627e8a59113166363e2d6903a387d2601a (patch)
treef8525a3924fcd86ab7a0fa276b49eaa16f199b13 /repolist.go
parent3f5fcdf68ba8d0c7c129b77936f44fd86251c8ed (diff)
verify with go.wit.com repos work
Diffstat (limited to 'repolist.go')
-rw-r--r--repolist.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/repolist.go b/repolist.go
index 61a53f4..0f05bbc 100644
--- a/repolist.go
+++ b/repolist.go
@@ -145,6 +145,7 @@ func addRepo(grid *gui.Node, path string, master string, devel string, user stri
newRepo.status.Xterm([]string{"git add --all"})
newRepo.status.XtermNohup([]string{"git diff --cached"})
newRepo.status.Xterm([]string{"git commit -a"})
+ newRepo.status.Xterm([]string{"git push"})
if newRepo.status.CheckDirty() {
// commit was not done, restore diff
newRepo.status.Xterm([]string{"git restore --staged ."})