diff options
author | Evgeny Zinoviev <me@ch1p.io> | 2019-06-20 15:04:29 +0300 |
---|---|---|
committer | Evgeny Zinoviev <me@ch1p.io> | 2019-06-20 15:04:31 +0300 |
commit | 33bb9f3275f0e2f9865a1a5c0d7692d0df580419 (patch) | |
tree | 01ba2048b2309b3eabcae630ea42c94cb51ca5bf | |
parent | 379714eed72e7bd14d352018798b958d90545dd3 (diff) |
remove some script not related to this repo
-rwxr-xr-x | squash-commits.sh | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/squash-commits.sh b/squash-commits.sh deleted file mode 100755 index a231ee6..0000000 --- a/squash-commits.sh +++ /dev/null @@ -1,9 +0,0 @@ -#!/bin/bash -git checkout --orphan new-master -git add . -git commit -m "$1" -git branch -m master old-master -git branch -m new-master master -git push --force --set-upstream origin master -git branch -D old-master -git push |