18.01.2020 Views

Working with Linux

You also want an ePaper? Increase the reach of your titles

YUMPU automatically turns print PDFs into web optimized ePapers that Google loves.

We can see that we are now on the develop branch, so no more developing on the master branch.

This helps us have a stable master, while not so stable features are kept on the develop branch.

If we go back to the cheatsheet, we can look at the first item, which is a feature branch. Feature

branches are useful when developing a specific part of functionality or doing refactoring, but you

don't want to break the existing functionality on the develop branch. To create a feature branch, just

run the following:

git flow feature start feature1

Hooray! Your file is uploaded and ready to be published.

Saved successfully!

Ooh no, something went wrong!