SkillSeevaSkillSeeva
HomeResourcesScheduleRoadmapTeam
Back to Categories
Current Path
Git
Basic CommandsBranching & MergingWorking with Remotes
Jump to topic:
Basic CommandsBranching & MergingWorking with Remotes

Working with Remotes

Pushing and pulling code to platforms like GitHub.
bash
git push origin main  # Upload code
git pull origin main  # Download code
3 / 3