Created
November 6, 2014 15:24
-
-
Save tehnerd/f7e06dd6da2c16b326c9 to your computer and use it in GitHub Desktop.
dot git
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] | |
email = [email protected] | |
name = tehnerd | |
[color] | |
diff = auto | |
status = auto | |
branch = auto | |
[color "status"] | |
added = green | |
changed = red bold | |
untracked = magenta bold | |
[color "branch"] | |
remote = green | |
[color "diff"] | |
commit = magenta | |
tag = red | |
meta = red | |
[alias] | |
co = checkout | |
ci = commit | |
br = branch | |
up = remote update | |
st = status | |
tree = log --graph --decorate --pretty=oneline --abbrev-commit | |
[credential] | |
helper = cache --timeout=3600 | |
[log] | |
decorate = full | |
[color "decorate"] | |
tag = red |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment