Skip to content

Instantly share code, notes, and snippets.

@matheusramos
Last active January 30, 2018 18:28
Show Gist options
  • Save matheusramos/6ee98c1c7a54c05e5245b7121e4ca154 to your computer and use it in GitHub Desktop.
Save matheusramos/6ee98c1c7a54c05e5245b7121e4ca154 to your computer and use it in GitHub Desktop.
My personal gitconfig
[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