Skip to main content
  1. Learn center
  2. Software Development
  3. Guides
  4. Git tutorial
  5. Git basics
  6. Recording changes
  7. Git commit messages
GuidesSoftware DevelopmentBacklog
Git

Project and code management together.

Git commit messages

When committing your changes, you are required to enter a commit message. The commit message should concisely and accurately describe the changes you’re making.

To make messages consistent and easy to understand, try the following Git commit message template:

  • Line 1: Abstract of the contents changed by commits
  • Line 2: Blank line
  • Line 3: Reason for changes

Subscribe to our newsletter

Learn with Nulab to bring your best ideas to life