Last active
April 7, 2018 20:14
-
-
Save sadegh/609c00d09c3c090b080acd2cf0a99afe to your computer and use it in GitHub Desktop.
This file contains hidden or 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
[alias] | |
st = status | |
lg = log --graph --pretty=format:'%Cred%h%Creset -%C(yellow)%d%Creset %s %Cgreen(%cr) %C(bold blue)<%an>%Creset' --abbrev-commit --date=relative | |
[diff] | |
colorMoved = dimmed_zebra | |
# makes git diff recognize and de-emphasise moved code instead of showing it as deleted+added. git 2.17 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment