Skip to content
Franz Matthies edited this page Mar 16, 2017 · 1 revision

On which branch to work

As described on the page JCoRe Versioning and Releases after every release, we create a new branch for the following release x.x.x-SNAPSHOT. If you add new components or enhance/bugfix older ones, please be sure to work on this branch (or create your own meaningful branch from this one)!

git pull (optional and only if you haven't all the new repo infos)
git checkout x.x.x-SNAPSHOT

and alternatively

git checkout -b YOUR-BRANCH-NAME

Clone this wiki locally