Skip to content

Instantly share code, notes, and snippets.

@davidjguru
Created March 29, 2021 10:15
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save davidjguru/f4eda5e5dd39dd4cf7bb84f98309e9cb to your computer and use it in GitHub Desktop.
Save davidjguru/f4eda5e5dd39dd4cf7bb84f98309e9cb to your computer and use it in GitHub Desktop.
Keys for title in git commits

Keys for titles in commits

  • (INI) - Initial commit in a repository.
  • (JVS) - Changes in JavaScript code or .js files.
  • (PHP) - Same as former but for PHP code or .php files.
  • (TWG) - Work over TWIG template files.
  • (BSH) - Related with bash scripting.
  • (CFG) - Changing configuration files.
  • (TXT) - Change content in text.
  • (DCK) - Adds changes in Dockerfile or Docker related resources.
  • (MKD) - Change content in markdown files.
  • (FLD) - Adds a new folder or change its name.
  • (MDL) - Adds a new custom Drupal module or change it.
  • (GIT) - Alters gitignore or git-related files.
  • (SQL) - Adds a new database dump file.
  • (YML) - Commits a change over a YML file or set of files.
  • (CFG) - Uploads configuration files.
  • (HTL) - Changes over HTML.
  • (TWG) - Adds changes in TWIG templates or adds new files.
  • (IMG) - Adds an image file.
  • (TPL) - Uploads a template file or changes in one.
  • (DOC) - Adds more documentation.
  • (CSS) - Changes in the styling files.
  • (CMP) - Some specific changes in Composer related files.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment