1 # Append this to your .git/config: cat .gitconfig >> .git/config
3 rebase = preserve # Make the tree neat; http://git.io/vZjjK
4 # If it fails, please manually abort and use git pull --rebase=false.
6 # prune = true # Uncomment if you want to follow upstream branch deletes
8 autosetuprebase = always # For pull.rebase
9 autosetupmerge = always # Doesn't hurt.