3
0
mirror of https://github.com/ergochat/ergo.git synced 2024-11-22 03:49:27 +01:00

developing: Extra note on branch names

This commit is contained in:
Daniel Oaks 2017-01-18 07:30:48 +10:00
parent 522001d4f6
commit aad7aaba07

View File

@ -2,6 +2,8 @@
Most development happens on the `develop` branch, which is occasionally rebased + merged into `master` when it's not incredibly broken. When this happens, the `develop` branch is usually pruned until I feel like making 'unsafe' changes again.
I may also name the branch `develop+feature` if I'm developing multiple, or particularly unstable, features.
The intent is to keep `master` relatively stable.