### GitHub Professional Guides This is a series of videos produced by Hubbers. They cover several important practices in modern software development and the features on GitHub that enable professional developers. With one exception (pre-receive hooks), features are available to all users on both GitHub.com and GitHub Enterprise #### Videos | Video Title | Description | |--|--| | [Organizing for Successful Collaboration](https://vimeo.com/179075921/a774e76f4f) | Defining Organizations and Teams on GitHub | | [Continuous Integration & Continous Delivery](https://youtu.be/xSv_m3KhUO8) | Define these terms, why they're used, and the tools on GitHub to support them | | [Finding Things](https://youtu.be/F1ss7Lv15cw) | The tools that exist on GitHub that help you find what you're looking for | | [Getting Insight into Work](https://youtu.be/wq1LGr2j1Fw) | A quick walkthrough of the various analysis tools on GitHub to help manage branches, commits and works in progress | | [Quality Control](https://youtu.be/gJDtC_tp5w4) | All about Pre-receive Hooks, Protected Branches and Required Status | | [Managing Projects](https://youtu.be/nI5VdsVl0FM) | Overview of Issues, PRs, Labels, Milestones, and Projects and how they relate to one another | | [Workflow Strategies](https://youtu.be/aJnFGMclhU8) | Comparing two of the most popular branching strategies - GitHub Flow & Git Flow |