Skip to content

Instantly share code, notes, and snippets.

@testica
Created March 18, 2019 14:06
Show Gist options
  • Save testica/899646296b840f166bee43c698336e7c to your computer and use it in GitHub Desktop.
Save testica/899646296b840f166bee43c698336e7c to your computer and use it in GitHub Desktop.
Git aliases
# Pretty log format
logdog = log --all --decorate --oneline --graph
# Prune local branches according to remote ones
clean-branches = remote prune origin
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment