Skip to content

Instantly share code, notes, and snippets.

Avatar
😍

Josef Ottosson joseftw

😍
View GitHub Profile
@JamesMGreene
JamesMGreene / gitflow-breakdown.md
Last active May 24, 2023 15:05
`git flow` vs. `git`: A comparison of using `git flow` commands versus raw `git` commands.
View gitflow-breakdown.md

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