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