Skip to content

Latest commit

 

History

History
14 lines (9 loc) · 448 Bytes

02-Pushing-to-remote-repositories.md

File metadata and controls

14 lines (9 loc) · 448 Bytes

Pushing to remote repositories

In this section, we will take a look at pushing to remote repositories

In order to keep our local and remote repo in sync, we have to push the data from local repo to remote repo

  • To push data from local to remote repo

    $ git push origin master
    

    gpush