remove some script not related to this repo
This commit is contained in:
parent
379714eed7
commit
33bb9f3275
@ -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
|
Loading…
x
Reference in New Issue
Block a user