Last active
January 30, 2018 18:28
-
-
Save matheusramos/6ee98c1c7a54c05e5245b7121e4ca154 to your computer and use it in GitHub Desktop.
My personal gitconfig
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
[alias] | |
s = status | |
st = status | |
ci = commit | |
co = checkout | |
br = branch | |
lol = log --graph --decorate --pretty=oneline --abbrev-commit | |
lola = log --graph --decorate --pretty=oneline --abbrev-commit --all | |
[color] | |
ui = auto | |
status = auto | |
branch = auto | |
whitespace = red reverse | |
diff = auto | |
interactive = auto | |
pager = true | |
[core] | |
editor = vim | |
quotepath = false | |
[credential] | |
helper = cache --timeout=3600 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment