summaryrefslogtreecommitdiff
path: root/main.go
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2024-12-13 17:13:07 -0600
committerJeff Carr <[email protected]>2024-12-13 17:13:07 -0600
commit10cf50c39b19a0c023869bf2fbf27a3ec1996856 (patch)
treeaef6a224d937d0c922c119253045cd93237b6be0 /main.go
parent2b090019a9149bf89f883c46786476ef8a827069 (diff)
git reset --hard optionv0.22.13
Diffstat (limited to 'main.go')
-rw-r--r--main.go5
1 files changed, 5 insertions, 0 deletions
diff --git a/main.go b/main.go
index c6d2683..9e96f10 100644
--- a/main.go
+++ b/main.go
@@ -55,6 +55,11 @@ func main() {
done = true
}
+ if argv.DoGitReset {
+ doGitReset()
+ done = true
+ }
+
if argv.DoList {
// print out the repos
doCobol()