Skip to content

Instantly share code, notes, and snippets.

@cbfranca
Last active December 26, 2015 17:49
Show Gist options
  • Save cbfranca/7189466 to your computer and use it in GitHub Desktop.
Save cbfranca/7189466 to your computer and use it in GitHub Desktop.
[user]
name = cbfranca
email = cleidsonbf@gmail.com
[color]
diff = auto
grep = auto
interactive = auto
status = auto
branch = 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 = red bold
[alias]
st = status
lg = log --graph --pretty=format:'%Cred%h%Creset -%C(yellow)%d%Creset %s %Cgreen(%cr) %C(bold blue)<%an>%Creset' --abbrev-commit --date=relative
aa = add .
who = shortlog -sn
undo = reset --hard HEAD
co = checkout
cm = commit -m
camend = commit --amend
[core]
excludesfile = c:/Users/Cleidson/.gitignore_global
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment