split out git config
This commit is contained in:
12
gitworkwsl/.gitconfig
Normal file
12
gitworkwsl/.gitconfig
Normal file
@@ -0,0 +1,12 @@
|
||||
[credential]
|
||||
helper = /mnt/c/Program\\ Files/Git/mingw64/bin/git-credential-manager.exe
|
||||
|
||||
[credential "https://dev.azure.com"]
|
||||
useHttpPath = true
|
||||
|
||||
[init]
|
||||
defaultBranch = main
|
||||
|
||||
[user]
|
||||
name = Scott Carroll
|
||||
email = scott.carroll@nhs.scot
|
||||
Reference in New Issue
Block a user