Skip to content

Instantly share code, notes, and snippets.

Keybase proof

I hereby claim:

  • I am notdang on github.
  • I am notdang (https://keybase.io/notdang) on keybase.
  • I have a public key ASDoEvHBCOg2KZJbp6rhohrKu51UDINK6MWZgVjviid_cQo

To claim this, I am signing this object:

@notdang
notdang / gitflow-breakdown.md
Created August 10, 2016 16:15 — 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