Skip to content

Instantly share code, notes, and snippets.

@johncarl81
Created February 27, 2018 21:59
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save johncarl81/b98ebc37b992b593589d4e8e0cb9bf80 to your computer and use it in GitHub Desktop.
Save johncarl81/b98ebc37b992b593589d4e8e0cb9bf80 to your computer and use it in GitHub Desktop.
pretty git log
alias gl='git log --oneline --graph --decorate --all'
alias gd='git branch --merged | egrep -v "(^\*|master|dev)" | xargs git branch -d'
@johncarl81
Copy link
Author

git config remote.origin.prune true

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment