Skip to content

Instantly share code, notes, and snippets.

@feliperazeek
Created July 8, 2011 20:43
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save feliperazeek/1072760 to your computer and use it in GitHub Desktop.
Save feliperazeek/1072760 to your computer and use it in GitHub Desktop.
Git Config
[alias]
aa = add -A
au = add -u
co = checkout
cob = checkout -b
com = checkout master
cod = checkout develop
col = checkout local
ci = commit
cia = commit -a
br = branch
brd = branch -d
tg = tag -a
tgd = tag -d
pu = push
pum = push --mirror
pl = pull
st = status
sh = show
mrg = merge --no-ff
[color]
diff = auto
interactive = auto
status = auto
branch = auto
ui = true
pager = true
[color "branch"]
current = yellow reverse
local = yellow
remote = green
[color "diff"]
meta = yellow bold
frag = magenta bold
old = red bold
untracked = cyan
[color "status"]
added = yellow
changed = green
untracked = cyan
[giggle]
main-window-maximized = true
main-window-geometry = 467x281+0+25
history-view-vpane-position = 532
file-view-vpane-position = 1054
main-window-view = HistoryView
[user]
name = Felipe Oliveira
email = fo@mashup.fm
[difftool "Kaleidoscope"]
cmd = ksdiff-wrapper git \"$LOCAL\" \"$REMOTE\"
[difftool]
prompt = false
[diff]
tool = Kaleidoscope
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment