evolution-data-server: rebuild for libphonenumber issue
[aosc-os-abbs.git] / .gitconfig
blob46121d71f092c5d561ee4b0a41e149050453fc37
1 # Append this to your .git/config: cat .gitconfig >> .git/config
2 [pull]
3         rebase = preserve # Make the tree neat; http://git.io/vZjjK 
4         # If it fails, please manually abort and use git pull --rebase=false.
5 [fetch]
6 #       prune = true # Uncomment if you want to follow upstream branch deletes
7 [branch]
8         autosetuprebase = always # For pull.rebase
9         autosetupmerge = always # Doesn't hurt.