This guide is just a torso - Work in progress, feel free to contact any ITcom member with some tips you want to add.

How to setup Git for you

Commit message

Note all the issues affected by a commit using #Issue and write a short note in the first line what has been changed in that commit. Use further lines for more detailed information.

For some recurring tasks use the following commit messages:

Drupal Core update 7.xx

 

Drupal Core SECURITY update 7.xx

 

Drupal contrib module updates:

* machine_name new_version (except the 7.)

 

Drupal contrib module SECURITY updates:

* machine_name new_version (except the 7.)

Never mix core and contrib or normal and security updates in one commit.

Commit message which fixes an issue

If a commit definitely fixes an issues, type the commit message like this:

Fixes #Issue [, #Issue2] (@project_mainteiner) - 'What has been done in this commit'

 

 

other
Last modified: 
Sun, 07/02/2016 - 18:11