diff --git a/GIT_BRANCHES.TXT b/GIT_BRANCHES.TXT index 87a8df0..1c44b1d 100644 --- a/GIT_BRANCHES.TXT +++ b/GIT_BRANCHES.TXT @@ -26,8 +26,15 @@ Currently, there are three branches in the MSB GIT repository: then this branch is considered obsoleted and no longer updated. - 14.1-mate-1.8: The MSB stable branch for Slackware 14.1. + This is the previously supported branch and only receives bug fix + updates. The MSB 1.8 binary packages for Slackware 14.1 are built from + this branch. You might want to use this branch if you enjoy stable + releases. Since MATE 1.10 has been released as the next stable release + then this branch is considered obsoleted and no longer updated. + +- 14.1-mate-1.10: The MSB stable branch for Slackware 14.1. This is the currently supported branch and only receives bug fix updates. - The MSB 1.8 binary packages for Slackware 14.1 are built from this branch. + The MSB 1.10 binary packages for Slackware 14.1 are built from this branch. You might want to use this branch if you enjoy stable releases. An easy way to find out which branch are you in right now (once you have @@ -41,19 +48,21 @@ Example output of 'git branch': 14.0-mate-1.6 14.1-mate-1.6 14.1-mate-1.8 + 14.1-mate-1.10 * master This output indicates that you are now in the 'master' branch. To switch to another branch, use 'git checkout '. Example: -$ git checkout 14.1-mate-1.8 +$ git checkout 14.1-mate-1.10 $ git branch 14.0-mate-1.6 14.1-mate-1.6 -* 14.1-mate-1.8 + 14.1-mate-1.8 +* 14.1-mate-1.10 master -You have now switched from the 'master' branch to the '14.1-mate-1.8' +You have now switched from the 'master' branch to the '14.1-mate-1.10' branch.