Skip to content

Latest commit

 

History

History
 
 

syncing

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 

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: