Pushing changes to remote Git repository – Github
- In last lab we created a GitHub repository
- In this lab will push the changes to that Github repository
- Copy the Github repository URL
- Now open command prompt and run following command
git remote add origin <url-copied-from-step-3>
- Now we will push the changes to Github
git push origin master
- Let’s verify the changes has been pushed to Github by going the repo page