๐ Remotes ๐ง Add Remote 1git remote add origin https://github.com/user/repo.git ๐ง Push 1git push -u origin main ๐ง Fetch & Pull 1 2git fetch git pull ๐ง List Remotes 1git remote -v