Skip to content

Instantly share code, notes, and snippets.

@joshuaadrian
Created October 11, 2014 13:47
Show Gist options
  • Save joshuaadrian/1ea630ed4812d81145e0 to your computer and use it in GitHub Desktop.
Save joshuaadrian/1ea630ed4812d81145e0 to your computer and use it in GitHub Desktop.
In terminal access this file with - vim ~/.gitconfig
[user]
name = Your Name
email = [email protected]
[alias]
co = checkout
ci = commit -am
br = checkout -b
s = status -s
r = remote -v
lg = log --oneline --decorate --all --graph
[color]
diff = auto
status = auto
branch = auto
interactive = auto
ui = true
pager = true
[core]
editor = vim
[pull]
rebase = true
[push]
default = simple
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment