diff options
Diffstat (limited to 'main.go')
| -rw-r--r-- | main.go | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -125,7 +125,6 @@ func main() { } if argv.Clean.GitReset != nil { - findAll() // select all the repos doGitReset() okExit("reset") } @@ -188,7 +187,6 @@ func main() { // basically, if you run just 'forge' it should open the GUI // if opening the GUI, always check git for dirty repos - findAll() // select all the repos doCheckDirtyAndConfigSave() doGui() okExit("") |
