Skip to content

Instantly share code, notes, and snippets.

View djoanes's full-sized avatar

Daniel Joanes djoanes

  • Badal.io
  • Toronto
View GitHub Profile
@djoanes
djoanes / gitflow-breakdown.md
Created June 17, 2016 06:17 — 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