Created
October 18, 2017 07:06
-
-
Save wegry/79db1676fc64f8c6bf5787676f61246a to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[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