diff options
-rw-r--r-- | .gitconfig | 4 | ||||
-rw-r--r-- | projects/gentoo/.gitconfig | 10 |
2 files changed, 13 insertions, 1 deletions
@@ -1,7 +1,9 @@ [user] email = mattst88@gmail.com name = Matt Turner - signingkey = 0xED2ED19F85B3682C + signingkey = 0xACEB29740C9A4E97 +[includeIf "gitdir:~/projects/gentoo/"] + path = ~/projects/gentoo/.gitconfig [color] ui = auto [rebase] diff --git a/projects/gentoo/.gitconfig b/projects/gentoo/.gitconfig new file mode 100644 index 0000000..01f48a1 --- /dev/null +++ b/projects/gentoo/.gitconfig @@ -0,0 +1,10 @@ +[user] + email = mattst88@gentoo.org +[pull] + ff = only + rebase = merges +[push] + default = simple + gpgsign = 1 +[commit] + gpgsign = 1 |