logo

dotfiles

My dotfiles, one branch per machine
commit: 3f246879fe772f5e86038e96d6ab2901456cdd46
parent: 55e47f0d4f2a18a9658615c8225a9f1fa6839950
Author: Haelwenn (lanodan) Monnier <contact@hacktivis.me>
Date:   Mon,  4 Jul 2016 23:35:57 +0200

.gitconfig: Signing key and additionnals schemes for KDE and github

Diffstat:

M.gitconfig17++++++++++-------
1 file changed, 10 insertions(+), 7 deletions(-)

diff --git a/.gitconfig b/.gitconfig @@ -1,10 +1,12 @@ [user] email = contact@hacktivis.me name = Haelwenn (lanodan) Monnier -[color] - ui = auto -[commit] - gpgSign = true -[log] - abbrevCommit = false - date = iso + signingkey = 4BBEBBAD +[push] + default = matching +[url "git://anongit.kde.org/"] + insteadOf = kde: +[url "ssh://git@git.kde.org/"] + pushInsteadOf = kde: +[url "file:///media/gummy/home/haelwenn/sources/github.com/"] + insteadOf = github:+ \ No newline at end of file