Tealeaf Academy course three/week one - gitHub flow


GitHub Flow is a workflow guideline for how to work with GitHub and revolves around the idea of deploying regularly to GitHub. This ensures that it is very difficult, if not impossible, to introduce a large number of significant bugs. Additionally it enables me to quickly address issues of all kinds.

Key points to note are:

When I started reading about pull requests I was under the impression that this was only really used when code was at a stage where it was ready to be merged but reading about GitHub Flow has shown me that it is also an amazing system for code reviews. I can also cc people in on the pull request by using their username if I want specific people to look at my code which is really nice.

Another great feature is that if I get a comment in the pull request conversations saying code needs fixed then I can push again to that feature branch with the corrections and the new commits will show in the conversation.

That's the main points to the GitHub Flow and this will be a great benefit for me when developing my applications.

Before I finish, another couple of handy command line instructions are: