Skip to content

Instantly share code, notes, and snippets.

View jabuxas's full-sized avatar
💭
今生愿做真正的月亮,升于山天之上,戏弄云海,追随远古,行走于诸天之上的黑暗之中。

jabuxas

💭
今生愿做真正的月亮,升于山天之上,戏弄云海,追随远古,行走于诸天之上的黑暗之中。
  • 15:35 (UTC -03:00)
View GitHub Profile
@qoomon
qoomon / conventional-commits-cheatsheet.md
Last active July 22, 2024 14:40
Conventional Commits Cheatsheet

Conventional Commit Messages

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

Oh my zsh.

Install with curl

sh -c "$(curl -fsSL https://raw.githubusercontent.com/robbyrussell/oh-my-zsh/master/tools/install.sh)"

Enabling Plugins (zsh-autosuggestions & zsh-syntax-highlighting)

  • Download zsh-autosuggestions by