We’ve learned a whole lot in the last chapters, especially on the technical aspects of Git. You now know how to properly version your project and how to deal with eventual problems. We also looked a lot into the basics of project management with GitHub.
Now is the time to put all of this into perspective and prepare the perfect game plan for your project. In this chapter, you will be presented with a carefully crafted workflow that you should follow for a successful project. You can think of it as a “best practices” section or an “how-to” guide.
How to use this workflow
The ...