diff options
| author | Jeff Carr <[email protected]> | 2025-01-18 07:47:34 -0600 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2025-01-18 07:47:34 -0600 |
| commit | 973bcfd4eb5e1ae13e0cba1e96e3cf037099a275 (patch) | |
| tree | 84894111bcaa1d7b2f92464b30134b162f65828c /doCheckout.go | |
| parent | dcc51eb7768f0986a0fab7b90e5f3db5373b870e (diff) | |
button to quickly prep everything
Diffstat (limited to 'doCheckout.go')
| -rw-r--r-- | doCheckout.go | 8 |
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) +} |
