Always pull with rebase in git

This commit is contained in:
Andrew Miner
2017-08-10 08:18:58 -07:00
parent af8f197898
commit 2ef8c830a0
+2
View File
@@ -1,5 +1,7 @@
[user] [user]
name = Andrew Miner name = Andrew Miner
email = [email protected] email = [email protected]
[pull]
rebase = true
[push] [push]
default = simple default = simple