In this chapter, we've learned about the very basics of Git and GitHub. We've seen how to set up and use GitHub Desktop, and how to use it to quickly and easily push a local repository to a remote on GitHub.
Further, we've looked at how to add branches to our app and how to pull in these branches to merge them with the master branch. Finally, we've discussed the tweaks we need to make to our project in order to publish it on GitHub Pages.