Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

View djoanes's full-sized avatar

Daniel Joanes djoanes

  • Badal.io
  • Toronto
View GitHub Profile

Keybase proof

I hereby claim:

  • I am djoanes on github.
  • I am danieljoanes (https://keybase.io/danieljoanes) on keybase.
  • I have a public key ASDfJD-dhX58BxS129_iW6zhvM8WT6TJ_zcionY-wV3BkAo

To claim this, I am signing this object:

@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