Git Master user please, consider to no longer use it

  • Dear community,


    This announcement is for users of our development branch merely called Git Master.


    If in the past, we have done our maximum to keep that branch in a working state, this will probably no longer be the case in the next months. Indeed, we are entering in a new period of intensive development and therefore, the code from this branch will be highly unstable.


    Also, in the coming months, it will be useless to report us any bug found in that branch since this will be a kind of No man's land...


    However, a new branch stable has been created for the maintenance of the new stable release. Therefore you're greatly encouraged to use the stable branch instead of the Git Master until further notice.


    i-MSCP Team

    badge.php?id=1239063037&bid=2518&key=1747635596&format=png&z=547451206

  • UPDATE:


    The 1.1.1 branch will be renamed to stable to avoid to create a new branch for each maintenance release. [DONE]

    badge.php?id=1239063037&bid=2518&key=1747635596&format=png&z=547451206

  • At first you use

    Code
    1. git branch


    or

    Code
    1. git branch -a


    Code
    1. git branch -a* master remotes/origin/HEAD -> origin/master remotes/origin/Rest-Server-Client remotes/origin/apache-ssl-fixes remotes/origin/custom-dns_templates remotes/origin/fastcgi-hhvm remotes/origin/gh-pages remotes/origin/layout-review remotes/origin/master remotes/origin/piwik remotes/origin/plugin-api-0.2.0 remotes/origin/sql-server-impl remotes/origin/stable remotes/origin/theme-1.2.0


    You will see all braches and which branch you are using.
    To change use

    Code
    1. git checkout brachname (without remotes/origin/)