more git commands

This commit is contained in:
Miguel Palhas
2024-10-06 14:38:05 +01:00
parent a436a816b6
commit 3073be8cf0
3 changed files with 173 additions and 0 deletions
+7
View File
@@ -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