Skip to content

Instantly share code, notes, and snippets.

View y8k's full-sized avatar
🤟
For peace!

YoonBong Kim y8k

🤟
For peace!
View GitHub Profile
@y8k
y8k / gitflow-breakdown.md
Created June 5, 2020 05:30 — 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