]> git.sev.monster Git - dotfiles.git/commitdiff
gitconfig: ff only
authorsev <git@sev.monster>
Mon, 8 Jun 2020 09:25:07 +0000 (04:25 -0500)
committersev <git@sev.monster>
Mon, 8 Jun 2020 09:25:07 +0000 (04:25 -0500)
base/.gitconfig

index a2804ded980a8ef3d389e217325084bd27db0856..91550b24b3beea92b18061e6188511e8555d18f8 100644 (file)
@@ -5,3 +5,5 @@
 [alias]
        push-all = !git remote | xargs -n1 git push
        submodules-pull = submodule foreach git pull origin master
+[pull]
+       ff = only
This page took 0.031829 seconds and 4 git commands to generate.