Skip to content

Commit

Permalink
Update branch names in Developers Guide
Browse files Browse the repository at this point in the history
  • Loading branch information
atrol committed Jul 5, 2016
1 parent 1612662 commit 50a0f07
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docbook/Developers_Guide/en-US/Contributors.xml
Expand Up @@ -187,9 +187,9 @@ git remote add --tags upstream git://github.com/mantisbt/mantisbt.git
</para>
<para>
The following command will set up a tracking branch for the
current stable branch, <literal>master-1.2.x</literal>.
current stable branch, <literal>master-1.3.x</literal>.
<programlisting>
git checkout -b master-1.2.x origin/master-1.2.x
git checkout -b master-1.3.x origin/master-1.3.x
</programlisting>
</para>

Expand Down Expand Up @@ -270,7 +270,7 @@ sed -rn "s/^.*path\s*=\s*(.*)$/\1/p" .gitmodules |xargs -n 1 basename |xargs -I{
In order to keep your local repository up-to-date with the
official one, there are a few simple commands needed for any
tracking branches that you may have, including
<literal>master</literal> and <literal>master-1.2.x</literal>.
<literal>master</literal> and <literal>master-1.3.x</literal>.
</para>

<para>
Expand Down

0 comments on commit 50a0f07

Please sign in to comment.