7 lines
77 B
Text
7 lines
77 B
Text
|
#!/bin/sh
|
||
|
|
||
|
set -e
|
||
|
|
||
|
git push origin :refs/heads/"$1"
|
||
|
git branch --delete "$1"
|