Difference between revisions of "Git-flow"

(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...")
 
Line 18: Line 18:
 
=Installation=
 
=Installation=
 
You need a working git installation as prerequisite. [[git]]
 
You need a working git installation as prerequisite. [[git]]
 +
 
Git flow works on macOS, Linux and Windows
 
Git flow works on macOS, Linux and Windows

Revision as of 11:09, 12 April 2020

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