git remote -v git remote add {repo name} {repo address}
git remote -v
git fetch upstream
git checkout main
git merge upstream/main
git push origin main
git checkout {branch name}
git pull origin main