Created
March 18, 2019 14:06
-
-
Save testica/899646296b840f166bee43c698336e7c to your computer and use it in GitHub Desktop.
Git aliases
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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