From: sev Date: Mon, 8 Jun 2020 09:25:07 +0000 (-0500) Subject: gitconfig: ff only X-Git-Url: https://git.sev.monster/~sev/dotfiles.git/commitdiff_plain/c463f87c65fd0f94545cfcfe7c1e4325ce4e7b99?ds=inline gitconfig: ff only --- diff --git a/base/.gitconfig b/base/.gitconfig index a2804de..91550b2 100644 --- a/base/.gitconfig +++ b/base/.gitconfig @@ -5,3 +5,5 @@ [alias] push-all = !git remote | xargs -n1 git push submodules-pull = submodule foreach git pull origin master +[pull] + ff = only