Skip to content

Instantly share code, notes, and snippets.

@HIMMIREDA
HIMMIREDA / gitflow-breakdown.md
Created December 23, 2024 03:43 — forked from JamesMGreene/gitflow-breakdown.md
`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

@HIMMIREDA
HIMMIREDA / conventional-commits-cheatsheet.md
Created December 23, 2024 03:13 — forked from qoomon/conventional-commits-cheatsheet.md
Conventional Commits Cheatsheet

Conventional Commit Messages starline

See how a minor change to your commit message style can make a difference.

Tip

Have a look at git-conventional-commits , a CLI util to ensure these conventions, determine version and generate changelogs

Commit Message Formats

Default