Wednesday, February 7, 2018

Add github master to your project

If you have active project on your laptop and some central git already in place, follow these simple steps to add github as extra back up repo to your project.


git remote add github https://github.com/your_name/repository_name.git
# push master to github
$ git push github master

No comments:

Post a Comment