Skip to content

Instantly share code, notes, and snippets.

View TheMatjaz's full-sized avatar
💻
If you need any help with my code, feel free to send me an email!

Matjaž TheMatjaz

💻
If you need any help with my code, feel free to send me an email!
View GitHub Profile
@JamesMGreene
JamesMGreene / gitflow-breakdown.md
Last active May 3, 2024 12:32
`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