Basic Git setup config

علی ذوالفقار
1401/12/01 09:33:48 (204)
$ git config --global user.name "John Doe"
$ git config --global user.email johndoe@example.com
$ git config --global core.editor nano

Back