Featured resource
2026 Tech Forecast
2026 Tech Forecast

Stay ahead of what’s next in tech with predictions from 1,500+ business leaders, insiders, and Pluralsight Authors.

Get these insights
  • Course

Using GitFlow

In this course, we cover GitFlow - a set of rules for using git that provide structure around source control. We talk about the branching model that GitFlow promotes as well as using feature branches and pull requests to provide collaboration between developers.

Beginner
1h 4m
(209)

Created by Kevin Jones

Last Updated Jun 20, 2024

Course Thumbnail
  • Course

Using GitFlow

In this course, we cover GitFlow - a set of rules for using git that provide structure around source control. We talk about the branching model that GitFlow promotes as well as using feature branches and pull requests to provide collaboration between developers.

Beginner
1h 4m
(209)

Created by Kevin Jones

Last Updated Jun 20, 2024

Get started today

Access this course and other top-rated tech content with one of our business plans.

Try this course for free

Access this course and other top-rated tech content with one of our individual plans.

This course is included in the libraries shown below:

  • Core Tech
What you'll learn

GitFlow is a set of rules that gives users of Git a set of "best practices" to use when using Git. The set rules govern how to setup Git branches, which branches to have, when to create feature branches, when and what to tag, and when to merge and to which branch. The idea being that with a set of rules to follow using any source control system becomes easier. GitFlow doesn't add anything new to established workflows such as the "feature branch workflow." What it does, though, is to give specific roles to different branches and defines how and when they should interact. The workflow uses feature branches as well as individual branches for preparing, maintaining, and recording releases. You also get the benefits of the feature branch workflow such as pull requests and more efficient collaboration.

Using GitFlow
Beginner
1h 4m
(209)
Table of contents

About the author
Kevin Jones - Pluralsight course - Using GitFlow
Kevin Jones
34 courses 4.3 author rating 3440 ratings

Kevin has spent way too many years in the software industry. Starting on PL/1 on IBM mainframes then graduating through dBase IV to Windows and eventually onto Java, .Net and now JavaScript where he finally thinks he has found a home until the next new shiny comes along.

Get started with Pluralsight