Skip to content

Instantly share code, notes, and snippets.

View crossi202's full-sized avatar

Cesare Rossi crossi202

  • CGI Italia S.r.l.
  • Rome
View GitHub Profile
@crossi202
crossi202 / git-flow-cheatsheet.md
Last active August 11, 2023 21:01 — forked from kristopherjohnson/git-flow-cheatsheet.md
CheatSheet for the Git Flow process introduced by Vincent Driessen

Git-Flow Cheatsheet

Prerequisites

  • To have a local working copy of a remote git repository.

Initialize the Repository for git-flow:

$ git flow init -d