Syncing repositories
Remote repositories can be on a private server, a different computer than yours, or hosted through certain project management software like Backlog.
Wherever you are hosting yours, you’ll need to sync your local repository with the remote repository frequently to share changes with other team members.
You can sync repositories using three commands: git push, git pull, and git merge.