Skip to content

Instantly share code, notes, and snippets.

@dragoljub-bogicevic-devtech
Last active October 8, 2017 12:09
Show Gist options
  • Save dragoljub-bogicevic-devtech/f9f506fdfeca68cd6a2421dbd212bdfa to your computer and use it in GitHub Desktop.
Save dragoljub-bogicevic-devtech/f9f506fdfeca68cd6a2421dbd212bdfa to your computer and use it in GitHub Desktop.
My version of .gitconfig
[user]
name = dragoljub-bogicevic-devtech
email = dragoljub.bogicevic@devtechgroup.com
[credential]
helper = wincred
[core]
ignorecase = false
whitespace = fix,-indent-with-non-tab,trailing-space,cr-at-eol
excludesfile = ~/.gitignore
[color]
ui = auto
[color "branch"]
current = yellow bold
local = green bold
remote = cyan bold
[color "status"]
added = green bold
changed = yellow bold
untracked = red bold
[help]
#If you find yourself making a lot of little mistakes when typing in Git commands then you might want to enable autocorrect.
autocorrect = 1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment