remove some script not related to this repo

This commit is contained in:
Evgeny Zinoviev 2019-06-20 15:04:29 +03:00
parent 379714eed7
commit 33bb9f3275

View File

@ -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