Going Live Chapter 10
Then, make a commit for the changes with the following command:
$ git add README.md
$ git commit -m 'Update readme'
Finally, push the changes to GitHub with the following command:
$ git push origin setup_travis
Now, if we go to our GitHub repository page for this application, we should be able to see
the following:
Click on the Compare & pull request button. Then add the necessary description and hit
the Create pull request button.