Skip to content

Instantly share code, notes, and snippets.

@mgandin
Created June 27, 2016 16:10
Show Gist options
  • Save mgandin/c1e0d256c746e000f8b3bcc845c77f34 to your computer and use it in GitHub Desktop.
Save mgandin/c1e0d256c746e000f8b3bcc845c77f34 to your computer and use it in GitHub Desktop.
[push]
default = current
[fetch]
prune = true
[alias]
st = status
ci = commit
br = branch
co = checkout
lol = log --graph
lola = log --graph --all
fat = fetch --all --tags
[format]
pretty = oneline
[log]
decorate = short
[status]
showUntrackedFiles = all
[help]
format = web
[credential]
helper = cache --timeout=36000
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment