Skip to content

Instantly share code, notes, and snippets.

@gotev
Last active June 16, 2019 12:11
Show Gist options
  • Save gotev/59904ad1bb8984e7b93a83b4598e86fc to your computer and use it in GitHub Desktop.
Save gotev/59904ad1bb8984e7b93a83b4598e86fc to your computer and use it in GitHub Desktop.
Enable GitFlow in SourceTree

Clone both master and develop branches and switch on develop:

01

Right click on an empty space on the toolbar:

02

Drag GitFlow on your toolbar and click Done:

03

Now your toolbar will look like this. Click on GitFlow:

04

Feel free to customize GitFlow to your needs. Defaults are fine in most of the cases. Click on OK and you're done!

05

From now on, to start a new feature, click on GitFlow and you will see the following. Click on Start a new feature:

06

Write down what the feature is about (in the vast majority of cases, you can leave the other options to the default values):

07

Click OK and you're ready to go!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment