Created
February 16, 2012 01:27
-
-
Save carlzulauf/1840603 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[user] | |
name = Your Full Name | |
email = [email protected] | |
[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