diff options
Diffstat (limited to 'gitconfig')
| -rw-r--r-- | gitconfig | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/gitconfig b/gitconfig deleted file mode 100644 index 4d3819b..0000000 --- a/gitconfig +++ /dev/null | |||
| @@ -1,17 +0,0 @@ | |||
| 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 | tree = log --oneline --graph | ||
| 14 | [init] | ||
| 15 | defaultBranch = master | ||
| 16 | [pull] | ||
| 17 | rebase = true | ||
