Skip to content

Instantly share code, notes, and snippets.

@nikhilofthesouth
Created October 27, 2015 15:37
Show Gist options
  • Save nikhilofthesouth/06c509fff5a476727341 to your computer and use it in GitHub Desktop.
Save nikhilofthesouth/06c509fff5a476727341 to your computer and use it in GitHub Desktop.
[user]
email = nikhil.narula@blueapron.com
name = Nikhil Narula
[push]
default = simple
[alias]
st = status -sb -uall
pm = pull # pull using merge to resolve branch forks
pr = pull --rebase # pull using rebase to resolve branch forks
co = checkout
bv = branch -v
rbm = rebase origin/master
[filter "hawser"]
clean = git hawser clean %f
smudge = git hawser smudge %f
required = true
[core]
editor = vim
abbrev = 10
[log]
date = relative
abbrevCommit = true
decorate = short
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment