Git Hooks
Play
13:12 CC

Git Hooks

#336 Feb 13, 2022 pro
Using Git Hooks is a great way to automatically execute scripts for parts of your development process that you may otherwise forget to run. In this episode, we look at creating a maintainable way to install and manage git hooks so that they can be used in your project and shared to other team members.
git

Version Control with Git Flow
Play
6:33 CC

Version Control with Git Flow

#48 Sep 25, 2016 free
Using Git Flow, learn how to work with branches and organize your changes. Once you have completed features, learn how to merge them back into a develop branch and prepare for a release to your master branch.