Skip to content

Latest commit

 

History

History
19 lines (14 loc) · 537 Bytes

README.md

File metadata and controls

19 lines (14 loc) · 537 Bytes

Syncing

Prerequisites

Course

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: