Skip to content

Instantly share code, notes, and snippets.

@FernandoVezzali
Forked from giggio/_latest.md
Last active September 5, 2017 17:52
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save FernandoVezzali/e3f192d55a1e7b5f8e8ee41cee8f0b43 to your computer and use it in GitHub Desktop.
Save FernandoVezzali/e3f192d55a1e7b5f8e8ee41cee8f0b43 to your computer and use it in GitHub Desktop.
My .gitconfig and .gitattributes
[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
*.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