Gitflow on GitHub: How to use Git Flow workflows with GitHub Based Repos



Gitflow on GitHub: How to use Git Flow workflows with GitHub Based Repos

Gitflow on GitHub: How to use Git Flow workflows with GitHub Based Repos

Are you using GitHub? Is Gitflow your workflow of choice? Here’s a quick tutorial to show you how to use Git Flow with GitHub hosted repos. It’s not hard. Just create your repo on GitHub and clone it locally. Then run the Git Flow init command on the cloned GitHub repo. Then push back to GitHub and you’ve accomplished Gitflow and GitHub integration. This GitHub and GitFlow example goes a bit deeper though. We show you how to create feature and release branches and push that back to master, all while pushing and pulling back and forth to GitHub. If you want to see how GitFlow and GitHub work together, this example tutorial is for you!

Comments are closed.