summaryrefslogtreecommitdiff
path: root/doCheckout.go
diff options
context:
space:
mode:
Diffstat (limited to 'doCheckout.go')
-rw-r--r--doCheckout.go8
1 files changed, 8 insertions, 0 deletions
diff --git a/doCheckout.go b/doCheckout.go
index 6de3d3c..a314d25 100644
--- a/doCheckout.go
+++ b/doCheckout.go
@@ -96,3 +96,11 @@ func doAllCheckoutUser() bool {
}
return true
}
+
+func doCheckoutMaster() {
+ me.forge.CheckoutMaster()
+ me.forge = forgepb.Init()
+ me.found = new(gitpb.Repos)
+ argv.Checkout.Master.findRepos()
+ me.forge.PrintHumanTable(me.found)
+}