Skip to content

Instantly share code, notes, and snippets.

@suuuzi
Last active April 16, 2017 12:43
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save suuuzi/ada60ac7bc486dcbdbb2831d3068af89 to your computer and use it in GitHub Desktop.
Save suuuzi/ada60ac7bc486dcbdbb2831d3068af89 to your computer and use it in GitHub Desktop.
$ git config --get-regexp alias
alias.ignored !git ls-files -v | grep ^[[:lower:]]
alias.deleteall ! git branch | grep -v '\*' | xargs git branch -D
alias.refreshremote git remote update --prune
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment