aboutsummaryrefslogtreecommitdiff
path: root/.gitconfig
diff options
context:
space:
mode:
authorMitja Felicijan <mitja.felicijan@gmail.com>2026-04-28 02:27:15 +0200
committerMitja Felicijan <mitja.felicijan@gmail.com>2026-04-29 15:18:35 +0200
commit3cc3abc920cc96a53427c221a7a9e4623c0b20b4 (patch)
treee396d4e646fd48dd3a0e9e3bbccb816efc80898a /.gitconfig
parentcc7c22234601c6c29435ad59c7c6950cd0f2b6e2 (diff)
downloaddotfiles-3cc3abc920cc96a53427c221a7a9e4623c0b20b4.tar.gz
Cleanup and squash
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