Elektra
0.9.1
|
make sure to do:
A commit message should have the following syntax: component: short change description
For a clean and meaningful log the commit message should fulfil the following:
Most commits should have a longer description in the body.
To list all remote branches use:
To checkout a remote branch initially use:
Once you have done this, it will be a local branch, too. Following remote branches should exist:
master
This is the development branch. Please try to not work directly on it, but instead you should use feature branches. So the only commits on master should be non-fastforward merges from features branches. Commits on master should always compile and all test cases should pass successfully. (see config option above)
debian
Is the branch to be used to build debian packages. It additionally contains the debian folder. Only debian related commits should be on the debian branch - otherwise it should only contain –no-ff merges from master. (see config option above)
You should always make your own feature branch with:
On this branch it is not so important that every commit compiles or all test cases run.
To merge a branch use (no-fastforward):
If you already did some commits, but want them in a branch, you can do: