← Back to Posts

store git user and password

👤 علی ذوالفقار 📅 1399/04/11 08:59:07 👁️ 788 views
git config --global user.name "your username"
git config --global user.password "your password"
← Back to Posts