Skip to content

Instantly share code, notes, and snippets.

View nord-'s full-sized avatar
🏢
Work, work, work...

Rickard Nord nord-

🏢
Work, work, work...
  • ChargeNode
  • Trollhättan, Sweden
View GitHub Profile
@nord-
nord- / gitflow-breakdown.md
Created January 11, 2021 10:07 — forked from JamesMGreene/gitflow-breakdown.md
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