aboutsummaryrefslogtreecommitdiff
path: root/.gitconfig
diff options
context:
space:
mode:
Diffstat (limited to '.gitconfig')
-rw-r--r--.gitconfig7
1 files changed, 3 insertions, 4 deletions
diff --git a/.gitconfig b/.gitconfig
index c891552..abdbbb5 100644
--- a/.gitconfig
+++ b/.gitconfig
@@ -1,7 +1,7 @@
1[user] 1[user]
2 name = Mitja Felicijan 2 name = Mitja Felicijan
3 email = mitja.felicijan@gmail.com 3 email = mitja.felicijan@gmail.com
4 signingkey = mitja.felicijan@gmail.com 4 signingkey = /home/m/.ssh/id_rsa.pub
5[core] 5[core]
6 editor = vim 6 editor = vim
7[commit] 7[commit]
@@ -9,10 +9,9 @@
9 verbose = true 9 verbose = true
10[tag] 10[tag]
11 gpgsign = true 11 gpgsign = true
12[alias]
13 pushall = !sh -c \"git remote | xargs -L1 git push --all\"
14 tree = log --oneline --graph
15[init] 12[init]
16 defaultBranch = master 13 defaultBranch = master
17[pull] 14[pull]
18 rebase = true 15 rebase = true
16[gpg]
17 format = ssh