Skip to content

Instantly share code, notes, and snippets.

@amiresp
Last active July 18, 2019 01:14
Show Gist options
  • Save amiresp/49f568581959bbea4922f6e971e2fc47 to your computer and use it in GitHub Desktop.
Save amiresp/49f568581959bbea4922f6e971e2fc47 to your computer and use it in GitHub Desktop.
Amiresp Git Config
[user]
email = abasirat92@gmail.com
name = Amiresp
[alias]
s = status
cl = clone
co = checkout
c = commit -m
ca = commit -am
pl = pull
p = push
[help]
autocorrect = 1
# so much color
[color]
ui = always
[color "diff"]
meta = yellow bold
commit = green bold
frag = magenta bold
old = red bold
new = green bold
whitespace = red reverse
[color "diff-highlight"]
oldNormal = red bold
oldHighlight = "red bold 52"
newNormal = "green bold"
newHighlight = "green bold 22"
[color "branch"]
current = yellow reverse
local = yellow
remote = green
[color "status"]
added = yellow
changed = green
untracked = cyan
[credential]
helper = store
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment