Created
June 22, 2010 19:40
-
-
Save teeparham/448953 to your computer and use it in GitHub Desktop.
git config
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
[color] | |
diff = auto | |
branch = auto | |
status = auto | |
ui = auto | |
[alias] | |
co = checkout | |
ci = commit -am | |
st = status | |
br = branch | |
sb = show-branch | |
df = diff --ignore-space-change | |
pushm = push origin master | |
pullm = pull origin master | |
pulld = pull origin dev | |
pushd = push origin dev | |
aa = add -A | |
[user] | |
name = Tee Parham | |
email = [email protected] | |
[core] | |
excludesfile = /home/tee/.gitignore | |
whitespace = -trailing-space |
Thanks Matt!
hey, sorry about the formatting for the aliases, but i think you'll get the gist
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I use these as well. Check them out.
[color]
diff = auto
branch = auto
status = auto
ui = auto
[alias]
diff = diff --ignore-space-change
lol = log --graph --decorate --abbrev-commit
lola = log --graph --decorate --abbrev-commit --all
ls = ls-files
[diff]
tool = opendiff
[difftool]
prompt = false