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.

All right. A good way to get started with git-flow is to read the excellent cheatsheet created by

Daniel Kummer:

http://danielkummer.github.io/git-flow-cheatsheet/

This provides the basic tips and tricks to get you started quickly with git-flow. So the first thing the

cheatsheet suggests is to run the following:

git flow init

To configure it, we need to answer a bunch of questions about what names the branches should have

in each flow and what the version tag prefix and hooks directory are. Let's just leave the defaults.

Now, let's run the following:

git branch

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

Saved successfully!

Ooh no, something went wrong!