mirror of
https://github.com/acedanger/shell.git
synced 2025-12-06 01:10:12 -08:00
feat: Update .gitconfig to add credentials for git.ptrwd.com
This commit is contained in:
@@ -14,3 +14,8 @@
|
|||||||
[core]
|
[core]
|
||||||
autocrlf = input
|
autocrlf = input
|
||||||
eol = lf
|
eol = lf
|
||||||
|
[credential "https://git.ptrwd.com"]
|
||||||
|
username = peterwood
|
||||||
|
provider = generic
|
||||||
|
[credential]
|
||||||
|
helper = cache
|
||||||
|
|||||||
Reference in New Issue
Block a user