store git user and password

علی ذوالفقار
1399/04/11 08:59:07 (647)
git config --global user.name "your username"
git config --global user.password "your password"
Back