diff options
Diffstat (limited to 'doc/en/developer/git_repository.md')
-rw-r--r-- | doc/en/developer/git_repository.md | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/doc/en/developer/git_repository.md b/doc/en/developer/git_repository.md new file mode 100644 index 000000000..b2650b5b2 --- /dev/null +++ b/doc/en/developer/git_repository.md @@ -0,0 +1,6 @@ +### Git repository branches + +There are two official branches of the Hubzilla Git repository. + +- The stable version is maintained in the **master branch**. The latest commit in this branch is considered suitable for production hubs. +- Experimental development takes place in the **dev branch**, which is transferred to the **master branch** as soon as it is deemed tested and stable enough.
\ No newline at end of file |