Skip to content

Branches

amalija-ramljak edited this page Nov 24, 2021 · 2 revisions

Branching and committing

Branches

New branches checked out of master.

If it happens that two people want to modify code for the same task/issue, they synchronise on the same branch.

Naming

Issues have their #id and their title.

Branch names begin with PB-{id}-.

The rest of the branch name can be full issue title, if relatively short (up to 5 words), or a shortened, descriptive version.

Commits

Commits begin with PB-{id}. The rest of the commit message is arbitrary, but indicative of the commit's changes.

Home

Organisation
Development
Clone this wiki locally