Skip to content

Instantly share code, notes, and snippets.

@zeeshan1112
Created December 29, 2019 09:49
Show Gist options
  • Save zeeshan1112/47ab63c7128165039836ed8032d6d5f8 to your computer and use it in GitHub Desktop.
Save zeeshan1112/47ab63c7128165039836ed8032d6d5f8 to your computer and use it in GitHub Desktop.
Sample .gitconfig file with color information
[user]
email = zeeshan.ahmad@sap.com
name = Zeeshan Ahmad
[color]
branch = auto
diff = auto
status = auto
[color "branch"]
current = yellow reverse
local = yellow
remote = green
[color "diff"]
meta = yellow bold
frag = magenta bold
old = red bold
new = green bold
[color "status"]
added = yellow
changed = green
untracked = cyan
[alias]
co = checkout
[apply]
whitespace = nowarn
[core]
excludesfile = /Users/i322921/.gitexcludes
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment