Commands git


git login specific user



## Save git credentials

```bash
git config --global credential.helper store

Set new remote origin

git remote set-url origin <url>
git remote -v


# push to new origin
git push -u origin main