Skip to content

Instantly share code, notes, and snippets.

View MMachado-uy's full-sized avatar
💭
this is false

Mauricio Machado MMachado-uy

💭
this is false
View GitHub Profile
@MMachado-uy
MMachado-uy / gitflow-breakdown.md
Created November 2, 2016 12:42 — 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