IT TECHOLOGY

⌘K
  1. Home
  2. Docs
  3. IT TECHOLOGY
  4. SOURCE CODE MANAGEMENT
  5. Git Messages Naming Conventions

Git Messages Naming Conventions

Prefix each msgs with the following :

  • the timestamp of the issue use the echo date “+%y%m%d%H%M” shell command
  • feat: meaning you are adding a new feature / functionality
  • fix: meaning you are fixing an existing
  • rfcr: for refactoring existing code base

How can we help?