Skip to content

Instantly share code, notes, and snippets.

View rex50's full-sized avatar
🖐️
Hi there!

Pavitra rex50

🖐️
Hi there!
View GitHub Profile
@rex50
rex50 / commit_standards.md
Last active November 17, 2021 05:46 — forked from sz32/commit_standards.md
Below is a recommended format for writing a commit messages, for finding a commit faster and easier 😎

A properly formed Git commit subject line should always be able to complete the following sentence:

  • If applied, this commit

Format:

[type](optional scope): [subject]

[optional body]