]> git.donarmstrong.com Git - git.git/commitdiff
use rebase as the default
authorDon Armstrong <don@donarmstrong.com>
Thu, 21 Apr 2022 22:25:29 +0000 (15:25 -0700)
committerDon Armstrong <don@donarmstrong.com>
Thu, 21 Apr 2022 22:25:29 +0000 (15:25 -0700)
.gitconfig

index b35f3034050977b3b809f1773240886505310703..348ced73cb0dc9de84d79e9073c7112358885867 100644 (file)
@@ -31,3 +31,5 @@
 
 [alias]
     pushall = "!git remote |xargs -L1 git push --all"
+[pull]
+       rebase = true