Skip to content

Instantly share code, notes, and snippets.

View MuhammadOsama169's full-sized avatar
๐Ÿ‘‹

Muhammad Osama MuhammadOsama169

๐Ÿ‘‹
View GitHub Profile

Commit Message Format

Each commit message consists of a header, a body and a footer. The header has a special format that includes a type, a scope and a subject:

<type>(<scope>): <subject>
<BLANK LINE>
<body>
<BLANK LINE>