1 changed files with 7 additions and 0 deletions
@ -0,0 +1,7 @@ |
|||||
|
Setup Git client |
||||
|
|
||||
|
git config --global user.name "client" |
||||
|
|
||||
|
git config --global credential.helper cache |
||||
|
|
||||
|
git config --global init.defaultBranch main |
||||
Loading…
Reference in new issue