Skip to content

Instantly share code, notes, and snippets.

@webdesignberlin
Last active August 29, 2015 14:05
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 webdesignberlin/713fc33e756a200ded14 to your computer and use it in GitHub Desktop.
Save webdesignberlin/713fc33e756a200ded14 to your computer and use it in GitHub Desktop.
git config --global
[user]
name = Michael Gerstmann
email = [xxx]@seiler-gerstmann.de
[color]
ui = true
[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"]
changed = yellow
added = green
untracked = cyan
deleted = red
[alias]
st = status
pl = pull
ps = push
plo = pull origin
pso = push origin
cm = commit -m
b = branch
bd = branch -D
co = checkout
cob = checkout -b
df = diff
a = add .
au = add -u
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment