add git config for WSL

Signed-off-by: Andrei Jiroh Halili <andreijiroh@madebythepins.tk>
This commit is contained in:
Andrei Jiroh Halili 2021-02-25 13:14:46 +08:00
parent efbe5a1f1d
commit 3fc0fa1baa
1 changed files with 9 additions and 0 deletions

9
wsl.gitconfig Normal file
View File

@ -0,0 +1,9 @@
[user]
email = andreijiroh@madebythepins.tk
name = Andrei Jiroh Halili
[credential "https://github.com"]
helper = !gh auth git-credential
[credential]
helper = /mnt/c/Program\\ Files/Git/mingw64/libexec/git-core/git-credential-manager.exe
[protocol]
version = 2