Изменить терминал учетной записи GIT
git config --list
git config --global user.name "Full Name"
git config --global user.email "email@address.com"
Ghaith Alzin
git config --list
git config --global user.name "Full Name"
git config --global user.email "email@address.com"
git status [<options>…] [--] [<pathspec>…]
# To change URL:
git remote set-url origin https://github.com/USER/PROJECT
# Set origin
git remote add origin https://github.com/USER/PROJECT
# Verify
git remote -v
git remote set-url origin https://github.com/myName/GitTest.git