-
-
Save FernandoVezzali/e3f192d55a1e7b5f8e8ee41cee8f0b43 to your computer and use it in GitHub Desktop.
My .gitconfig and .gitattributes
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
[diff] | |
indentHeuristic = true | |
submodule = log | |
[color] | |
diff = always | |
interactive = always | |
status = always | |
branch = always | |
[alias] | |
st = status | |
ci = commit | |
co = checkout | |
br = branch | |
[log] | |
decorate = full | |
abbrevCommit = true |
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
*.docx diff=pandoc2md | |
*.md diff=wrap | |
*.xlsx diff=xlsx | |
*.zip diff=listzipfiles |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment