Git-flow

Revision as of 11:09, 12 April 2020 by Rasimsen (talk | contribs) (Created page with " official resource : https://danielkummer.github.io/git-flow-cheatsheet/ =What is git-flow= git-flow are a set of git extensions to provide high-level repository operations...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

official resource :

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

What is git-flow

git-flow are a set of git extensions to provide high-level repository operations for Vincent Driessen's branching model.


This document shows the basic usage and effect of git-flow operations.

Basic tips

  • Git flow provides excellent command line help and output. Read it carefully to see what's happening...
  • The macOS/Windows Client Sourcetree is an excellent git gui and provides git-flow support
  • Git-flow is a merge based solution. It doesn't rebase feature branches.

Installation

You need a working git installation as prerequisite. git Git flow works on macOS, Linux and Windows