Commits - Gepardec/mega GitHub Wiki

Commits

Commits are only allowd to feature-branches (see Branches).

Every commit musst be linked to a ticket/issue tag, which is displayed below the ticket with a # as prefix.

Examples (linux command line):

git commit -m '#26 added new feature'

This links the commit to the ticket #26.