Skip to content
This repository has been archived by the owner on Sep 23, 2023. It is now read-only.

Branches

Olivier Paroz edited this page Jul 29, 2015 · 6 revisions

Here is a short description of the different branches you can use

master

stability: ☀️☀️

This is where changes are made for the current stable version of ownCloud

$ git clone https://github.com/interfasys/galleryplus.git

stableX

stability: ☀️☀️☀️

This is the branch used to build releases for version X of ownCloud

$ git clone -b stable8 https://github.com/interfasys/galleryplus.git

ultimateX

stability: ☀️

This is the branch for version X of ownCloud where all unmerged PRs live, so that you can test everything which hasn't been merged yet.

$ git clone -b ultimate8 https://github.com/interfasys/galleryplus.git