Created
August 8, 2018 16:20
-
-
Save robinheghan/1299ecbf4d1133f7e847b6e535287d92 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
[core] | |
quotepath = false | |
autocrlf = input | |
[user] | |
name = Robin Heggelund Hansen | |
email = [email protected] | |
[credential] | |
helper = osxkeychain | |
[push] | |
default = upstream | |
[color] | |
ui = true | |
[merge] | |
tool = opendiff | |
[alias] | |
cm = commit | |
st = status | |
rb = rebase | |
rbi = rebase --interactive | |
prb = pull --rebase | |
co = checkout | |
b = branch | |
hs = log --pretty=format:\"%C(yellow)%h%Creset %C(green)%an%Creset: %s %C(red)%d\" --graph |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment