Skip to content

Instantly share code, notes, and snippets.

View Aveek-Saha's full-sized avatar
🤷‍♂️
¯\_(ツ)_/¯

Aveek Saha Aveek-Saha

🤷‍♂️
¯\_(ツ)_/¯
View GitHub Profile
@JamesMGreene
JamesMGreene / gitflow-breakdown.md
Last active April 30, 2024 14:11
`git flow` vs. `git`: 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