Posted on: June 07, 2021 05:38 PM
Posted by: Renato
Views: 858
# Git Flow
# Installing on Linux, Unix, etc.
## Ubuntu
$ sudo apt-get install git-flow
# macOS
## Homebrew
$ brew install git-flow-avh
## Macports
$ port install git-flow-avh
# Windows (Cygwin)
$ wget -q -O - --no-check-certificate https://raw.github.com/petervanderdoes/gitflow-avh/develop/contrib/gitflow-installer.sh install stable | bash
# Getting started
$ git flow init
```
Which branch should be used for bringing forth production releases?
- master
Branch name for production releases: [master]
Branch name for "next release" development: [develop]
How to name your supporting branch prefixes?
Feature branches? [feature/]
Bugfix branches? [bugfix/]
Release branches? [release/]
Hotfix branches? [hotfix/]
Support branches? [support/]
Version tag prefix? []
Hooks and filters directory? [/var/www/temporarios/vuejs/.git/hooks]
``
## Fonte
- https://danielkummer.github.io/git-flow-cheatsheet/
Donate to Site
Renato
Developer