aboutsummaryrefslogtreecommitdiff
path: root/.gitconfig
diff options
context:
space:
mode:
Diffstat (limited to '.gitconfig')
-rw-r--r--.gitconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitconfig b/.gitconfig
index a3a8fcc..479cc69 100644
--- a/.gitconfig
+++ b/.gitconfig
@@ -16,7 +16,7 @@
16[gpg] 16[gpg]
17 format = ssh 17 format = ssh
18[alias] 18[alias]
19 pushall = !sh -c \"git remote | xargs -L1 git push --all\" 19 pushall = !sh -c \"git remote | xargs -L1 git push --all --force-with-lease\"
20 tree = log --oneline --graph 20 tree = log --oneline --graph
21[filter "lfs"] 21[filter "lfs"]
22 required = true 22 required = true