Przejdลบ do treล›ci

๐ŸŒ Remotes


๐Ÿ”ง Add Remote

1
git remote add origin https://github.com/user/repo.git

๐Ÿ”ง Push

1
git push -u origin main

๐Ÿ”ง Fetch & Pull

1
2
git fetch
git pull

๐Ÿ”ง List Remotes

1
git remote -v