3 # Some servers (like Savannah) refuse to force-update branches. This script
4 # can be used to workaround that.
5 # The branch is first deleted and push back.
7 if [[ "$1" = "" ]]; then
8 echo git fpush branch_name
;
12 git push origin
:$1 && git push origin
$1