Skip to content

Instantly share code, notes, and snippets.

@chestone
Last active January 11, 2020 22:53
Show Gist options
  • Save chestone/34edc873ee3e17fb5063 to your computer and use it in GitHub Desktop.
Save chestone/34edc873ee3e17fb5063 to your computer and use it in GitHub Desktop.
How to delete all of your Phabricator diffs.
git branch -D `git branch | grep -E arcpatch-D[0-9]+`
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment