summaryrefslogtreecommitdiff
path: root/repolist.go
diff options
context:
space:
mode:
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 ."})