diff options
Diffstat (limited to 'gitconfig')
| -rw-r--r-- | gitconfig | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/gitconfig b/gitconfig new file mode 100644 index 0000000..060e7b3 --- /dev/null +++ b/gitconfig | |||
| @@ -0,0 +1,16 @@ | |||
| 1 | [user] | ||
| 2 | name = Mitja Felicijan | ||
| 3 | email = mitja.felicijan@gmail.com | ||
| 4 | signingkey = mitja.felicijan@gmail.com | ||
| 5 | [core] | ||
| 6 | editor = vim | ||
| 7 | [commit] | ||
| 8 | gpgsign = true | ||
| 9 | [tag] | ||
| 10 | gpgsign = true | ||
| 11 | [alias] | ||
| 12 | pushall = !sh -c \"git remote | xargs -L1 git push --all\" | ||
| 13 | [init] | ||
| 14 | defaultBranch = master | ||
| 15 | [pull] | ||
| 16 | rebase = true | ||
