[website] 01/06: Document how to update other git branches.

Bas Couwenberg sebastic at xs4all.nl
Fri May 9 15:08:01 UTC 2014


This is an automated email from the git hooks/post-receive script.

sebastic-guest pushed a commit to branch master
in repository website.

commit 81fa2f738ae96adc1e8219f353b11134ed022a31
Author: Bas Couwenberg <sebastic at xs4all.nl>
Date:   Fri May 9 12:55:26 2014 +0200

    Document how to update other git branches.
---
 policy.xml | 11 +++++++++++
 1 file changed, 11 insertions(+)

diff --git a/policy.xml b/policy.xml
index fa544f6..0790c21 100644
--- a/policy.xml
+++ b/policy.xml
@@ -883,6 +883,17 @@ Cmnd_Alias PBUILDERS=/usr/sbin/pbuilder, /usr/sbin/cowbuilder
 </programlisting>
           </para>
           <para>
+            Updating <link linkend="other-git-branches">other branches</link>
+            like <literal>experimental</literal> or
+            <literal>ubuntu/precise</literal> can be done with
+            <command>git</command>.
+<programlisting>
+<command>git fetch</command> <literal>origin</literal>
+<command>git checkout</command> <replaceable><branch></replaceable>
+<command>git pull</command>
+</programlisting>
+          </para>
+          <para>
             Make the changes to your package using the various
             <link linkend="git-tools">tools</link> at your disposal.
           </para>

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-grass/website.git



More information about the Pkg-grass-devel mailing list