Skip to content
Snippets Groups Projects
Commit 6bc7d20c authored by nimrod's avatar nimrod
Browse files

- Enable color words for git diff.

parent f138e62a
No related branches found
No related tags found
No related merge requests found
......@@ -12,6 +12,7 @@
tag-version = !git tag -f "v$(cat VERSION)"
serve-git = !git daemon --reuseaddr --verbose --base-path=. --export-all ./.git
serve-http = !git update-server-info && cd .git && python -m SimpleHTTPServer
diff = diff --color-words
[transfer]
fsckobjects = true
[fetch]
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment