Learn how to sync your local repository with remote one:
- git fetch
- git pull
- git push
- git remote
The Syncing chapter of Atlassian's git tutorial is a good start:
Learn how to sync your local repository with remote one:
The Syncing chapter of Atlassian's git tutorial is a good start: