Skip to content

Instantly share code, notes, and snippets.

@robinheghan
Created August 8, 2018 16:20
Show Gist options
  • Save robinheghan/1299ecbf4d1133f7e847b6e535287d92 to your computer and use it in GitHub Desktop.
Save robinheghan/1299ecbf4d1133f7e847b6e535287d92 to your computer and use it in GitHub Desktop.
[core]
quotepath = false
autocrlf = input
[user]
name = Robin Heggelund Hansen
email = robin.heggelund@icloud.com
[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