← Back to Posts

Basic Git setup config

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

← Back to Posts