Skip to content

Instantly share code, notes, and snippets.

@occasl
Created November 11, 2017 20:39
Show Gist options
  • Save occasl/00aa5cfe94d21442678fe3697009211c to your computer and use it in GitHub Desktop.
Save occasl/00aa5cfe94d21442678fe3697009211c to your computer and use it in GitHub Desktop.
[core]
excludesfile = /Users/lsacco/.gitignore_global
autocrlf = input
[color]
ui = auto
[credential]
helper = cache
[alias]
lol = log --graph --decorate --all --oneline
s = status
co = checkout
lg = log --all --color --graph --pretty=format:'%Cred%h%Creset -%C(yellow)%d%Creset %s %Cgreen(%cr) %C(bold blue)<%an>%Creset' --abbrev-commit --
[user]
name = [you]
email = [your email]
[branch]
autosetuprebase = always
[push]
default = matching
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment