summaryrefslogtreecommitdiff
path: root/unwind1.sh
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2025-10-05 17:24:59 -0500
committerJeff Carr <[email protected]>2025-10-05 17:24:59 -0500
commit13b1e212b3db1004ff0f45af1702d0e5143f74e9 (patch)
tree6fbd5ad9151718c74864eccddc45c1de2125415a /unwind1.sh
parentb2f7bf5222fd8dcb43ab4c11f57788f2284f9de3 (diff)
misc changes for not killing autogen files in master
Diffstat (limited to 'unwind1.sh')
-rwxr-xr-xunwind1.sh20
1 files changed, 0 insertions, 20 deletions
diff --git a/unwind1.sh b/unwind1.sh
deleted file mode 100755
index 28e0304..0000000
--- a/unwind1.sh
+++ /dev/null
@@ -1,20 +0,0 @@
-#!/bin/bash -x
-
-if [ "$1" == "guimaster" ]; then
- git checkout devel
- git branch -D guimaster
- git branch guimaster
- git checkout guimaster
- git push --set-upstream --force origin guimaster
- exit
-fi
-
-if [ "$1" == "master" ]; then
- git checkout devel
- git branch -D master
- git branch master
- git checkout master
- git push --set-upstream --force origin master
- exit
-fi
-