Skip to content

Instantly share code, notes, and snippets.

@wegry
Created October 18, 2017 07:06
Show Gist options
  • Save wegry/79db1676fc64f8c6bf5787676f61246a to your computer and use it in GitHub Desktop.
Save wegry/79db1676fc64f8c6bf5787676f61246a to your computer and use it in GitHub Desktop.
[format]
pretty = %Cblue%h%Creset %Cgreen[%ar]%Creset (%an) %s
[alias]
a = add
c = commit
co = checkout
d = diff
f = fetch
fmm = !git fetch origin master && git merge origin master
l = log --graph --oneline --decorate --all
r = rebase
s = status
show = sh
ignore = update-index --assume-unchanged
unignore = update-index --no-assume-unchanged
[core]
editor = vim
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment