delete-branch-local-and-remote.sh 145 B

123
  1. # https://makandracards.com/makandra/621-git-delete-a-branch-local-or-remote
  2. #git push origin --delete feature-oauth
  3. git push origin --delete $1