From de0f2cb056200c8f4dfb0d39157a6dfe74fc0ce2 Mon Sep 17 00:00:00 2001 From: Laurent Le Houerou Date: Thu, 2 Sep 2021 09:41:20 +0400 Subject: [PATCH] username for gitea --- .gitconfig | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitconfig b/.gitconfig index 65d9360..adcd989 100644 --- a/.gitconfig +++ b/.gitconfig @@ -8,6 +8,9 @@ [url "https://github.com/"] insteadOf = gh: +[credential "https://git.lehouerou.net"] + username = laurent@lehouerou.net + [color] ui = true