summaryrefslogtreecommitdiff
path: root/main.go
diff options
context:
space:
mode:
Diffstat (limited to 'main.go')
-rw-r--r--main.go8
1 files changed, 7 insertions, 1 deletions
diff --git a/main.go b/main.go
index 0313596..4493572 100644
--- a/main.go
+++ b/main.go
@@ -119,12 +119,18 @@ func main() {
okExit("")
}
- if argv.GitPull != nil {
+ if argv.GitFetch != nil {
// argv.GitPull.findRepos()
doGitFetch()
okExit("")
}
+ if argv.GitPull != nil {
+ // argv.GitPull.findRepos()
+ doGitPullNew()
+ okExit("")
+ }
+
if argv.GitReset != nil {
findAll() // select all the repos
doGitReset()