Skip to content

Instantly share code, notes, and snippets.

View greg-hoarau's full-sized avatar

Grégory HOARAU greg-hoarau

  • C.H.U Pontchaillou
  • Rennes, FRANCE
  • 05:18 (UTC +01:00)
View GitHub Profile
@JamesMGreene
JamesMGreene / gitflow-breakdown.md
Last active December 9, 2025 06:56
`git flow` vs. `git`: A comparison of using `git flow` commands versus raw `git` commands.

Initialize

gitflow git
git flow init git init
  git commit --allow-empty -m "Initial commit"
  git checkout -b develop master

Connect to the remote repository