Browse Source

developing: Extra note on branch names

tags/v0.6.0
Daniel Oaks 7 years ago
parent
commit
aad7aaba07
1 changed files with 2 additions and 0 deletions
  1. 2
    0
      DEVELOPING.md

+ 2
- 0
DEVELOPING.md View File

@@ -2,6 +2,8 @@
2 2
 
3 3
 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.
4 4
 
5
+I may also name the branch `develop+feature` if I'm developing multiple, or particularly unstable, features.
6
+
5 7
 The intent is to keep `master` relatively stable.
6 8
 
7 9
 

Loading…
Cancel
Save