Skip to content

Instantly share code, notes, and snippets.

@carlzulauf
Created February 16, 2012 01:27
Show Gist options
  • Save carlzulauf/1840603 to your computer and use it in GitHub Desktop.
Save carlzulauf/1840603 to your computer and use it in GitHub Desktop.
[user]
name = Your Full Name
email = your@email.com
[alias]
st = status
d = diff
co = checkout
ci = commit -v
cia = commit -v -a
b = branch
p = pull --ff-only
prb = pull --rebase
l = log --graph --oneline --branches
ll = log --stat
lll = log -p
m = merge --ff-only
r = rebase -i
[color]
ui = auto
[core]
#autocrlf = input
editor = nano
[apply]
whitespace = nowarn
[github]
user = github-username
token = your-api-key
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment