client 1 year ago
parent
commit
d40888043a
  1. 7
      readme.md

7
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
Loading…
Cancel
Save