aboutsummaryrefslogtreecommitdiff
path: root/gitconfig
diff options
context:
space:
mode:
Diffstat (limited to 'gitconfig')
-rw-r--r--gitconfig1
1 files changed, 1 insertions, 0 deletions
diff --git a/gitconfig b/gitconfig
index 060e7b3..4d3819b 100644
--- a/gitconfig
+++ b/gitconfig
@@ -10,6 +10,7 @@
10 gpgsign = true 10 gpgsign = true
11[alias] 11[alias]
12 pushall = !sh -c \"git remote | xargs -L1 git push --all\" 12 pushall = !sh -c \"git remote | xargs -L1 git push --all\"
13 tree = log --oneline --graph
13[init] 14[init]
14 defaultBranch = master 15 defaultBranch = master
15[pull] 16[pull]