aboutsummaryrefslogtreecommitdiff
path: root/.gitconfig
diff options
context:
space:
mode:
Diffstat (limited to '.gitconfig')
-rw-r--r--.gitconfig3
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitconfig b/.gitconfig
index 0c7fa8d..a3a8fcc 100644
--- a/.gitconfig
+++ b/.gitconfig
@@ -15,6 +15,9 @@
15 rebase = true 15 rebase = true
16[gpg] 16[gpg]
17 format = ssh 17 format = ssh
18[alias]
19 pushall = !sh -c \"git remote | xargs -L1 git push --all\"
20 tree = log --oneline --graph
18[filter "lfs"] 21[filter "lfs"]
19 required = true 22 required = true
20 clean = git-lfs clean -- %f 23 clean = git-lfs clean -- %f