Skip to content

Instantly share code, notes, and snippets.

@IEvangelist
Created March 1, 2016 12:57
Show Gist options
  • Save IEvangelist/c4c8d4e248e7d8355713 to your computer and use it in GitHub Desktop.
Save IEvangelist/c4c8d4e248e7d8355713 to your computer and use it in GitHub Desktop.
[alias]
del = "!f() { echo deleting remote $1 && git push origin --delete $1 && echo deleting local $1 && git branch -D $1; }; f";
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment