logo

dotfiles

My dotfiles, one branch per machine
commit: 79cd81e57c5ea43e7ce6e72c05a424ebd0191489
parent: 67cc0aeeca22497f64025b71a7c4675b2e8b9e13
Author: Haelwenn (lanodan) Monnier <contact@hacktivis.me>
Date:   Thu, 25 Apr 2019 00:58:35 +0200

.gitconfig: checkout.defaultRemote = origin

Diffstat:

M.gitconfig2++
1 file changed, 2 insertions(+), 0 deletions(-)

diff --git a/.gitconfig b/.gitconfig @@ -16,3 +16,5 @@ insteadOf = httpssh: [url "ssh:"] pushInsteadOf = httpssh: +[checkout] + defaultRemote = origin