more git commands
This commit is contained in:
Executable
+7
@@ -0,0 +1,7 @@
|
||||
#!/bin/sh
|
||||
|
||||
branch=$1
|
||||
destiny=$(git default-branch)
|
||||
|
||||
git checkout $destiny
|
||||
git push origin :$branch > /dev/null & git branch -D $branch
|
||||
Reference in New Issue
Block a user