git diff HEAD origin/main [--name-only]
git diff main <branch-name>
git add .
git commit -a -m "message"
git pull origin main
git push origin <branch-name>
git remote -v
git remote add origin <https://github.com/USERNAME/NEW-REPOSITORY-NAME.git>
git remote set-url origin <https://github.com/USERNAME/NEW-REPOSITORY-NAME.git>