diff --git a/readme.md b/readme.md index e69de29..3e5c2f5 100644 --- a/readme.md +++ b/readme.md @@ -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 \ No newline at end of file