Installation and use of Gitflow auxiliary tools under Linux

Source: Internet
Author: User

Gitflow is an auxiliary tool to ensure that the best model of the Nvie recommended GIT branch branching strategy is effectively implemented. It exists as a sub-command of Git. http://nvie.com/posts/a-successful-git-branching-model/

Linux installation is very simple https://github.com/nvie/gitflow/wiki/Linux

Yum Install Gitflow

git flow xxx can be used after the installation is complete.

git flow init [-d]

List,start,finish a feature:

<name> [<base><name>

Note that for feature branches, the <base> Arg must is a commit on develop .

Push/pull a feature branch to remote

Git flow feature publish <name><remote> <name>

List,start,finish a release branch:

<release> [<base><release>

For release branch, base must be a commit on a develop

List,start,finish a hotfix:

<release> [<base><release>

For hotfix branch, base needs to be a commit on master

List,start Support Branch:

<release> <base>

Linux gitflow Accessibility tools installation and use

Related Article

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.