Skip to content

Git

Git is the main tool we use for source version control.

Gitlab

The source code for SPL group projects https://gitlab.hevs.ch/SPL_ are all managed by the inhousegitlab server maintained by Michael Clausen.

As git software we recommend to use one the following tools:

Commit Styleguide

For commits we try to keep the following commitmessage syntax: <code>: message

Code Description
ADD something new is added
REM something was removed
CHG something was changed
FIX problem was corrected
MOV something was moved
NOTE additional important message
WARN additional warning message

Example

ADD: this
REM: that
CHG: those
FIX: these
MOV: there to there
NOTE: being verbose
WARN: annoy the others

Additional Informations

ProGit