<pre style='margin:0'>
Rainer Müller (raimue) pushed a commit to branch master
in repository macports-guide.

</pre>
<p><a href="https://github.com/macports/macports-guide/commit/08a6fb21d3c89866e8da3213a663a1f4aef1949a">https://github.com/macports/macports-guide/commit/08a6fb21d3c89866e8da3213a663a1f4aef1949a</a></p>
<pre style="white-space: pre; background: #F8F8F8">The following commit(s) were added to refs/heads/master by this push:
<span style='display:block; white-space:pre;color:#404040;'>     new 08a6fb2  Git Install is meant for developers
</span>08a6fb2 is described below

<span style='display:block; white-space:pre;color:#808000;'>commit 08a6fb21d3c89866e8da3213a663a1f4aef1949a
</span>Author: Rainer Müller <raimue@macports.org>
AuthorDate: Fri Nov 10 13:48:16 2017 +0100

<span style='display:block; white-space:pre;color:#404040;'>    Git Install is meant for developers
</span><span style='display:block; white-space:pre;color:#404040;'>    
</span><span style='display:block; white-space:pre;color:#404040;'>    Add a 'git checkout' step as a safe guard to install the latest release
</span><span style='display:block; white-space:pre;color:#404040;'>    tag if someone copy-and-pastes these instructions.
</span>---
 guide/xml/installing.xml | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/guide/xml/installing.xml b/guide/xml/installing.xml
</span><span style='display:block; white-space:pre;color:#808080;'>index 49055d9..ada4f96 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/guide/xml/installing.xml
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/guide/xml/installing.xml
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -254,8 +254,8 @@
</span> 
             <para>There are times when some may want to run MacPorts from a version newer than the current stable
                 release. Maybe there's a new feature that you'd like to use, or it fixes an issue you've encountered, or
<span style='display:block; white-space:pre;background:#ffe0e0;'>-                you just like to be on the cutting edge. These steps explain how to run completely from master, using
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-                only Git to keep MacPorts up to date.</para>
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+                you just like to be on the cutting edge. These steps explain how to setup MacPorts for developers,
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+                using only Git to keep MacPorts up to date.</para>
</span> 
             <para>Though a distinction is made between pre-release and release versions of MacPorts base, the ports
                 collection supports no such distinction or versioning. The <link linkend="using.port.selfupdate">selfupdate</link>
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -272,7 +272,8 @@
</span> 
                     <programlisting><prompt>$</prompt> <userinput>mkdir -p /opt/mports</userinput>
 <!--                --><prompt>$</prompt> <userinput>cd /opt/mports</userinput>
<span style='display:block; white-space:pre;background:#ffe0e0;'>-<!--                --><prompt>$</prompt> <userinput>git clone https://github.com/macports/macports-base.git</userinput></programlisting>
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+<!--                --><prompt>$</prompt> <userinput>git clone https://github.com/macports/macports-base.git</userinput>
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+<!--                --><prompt>$</prompt> <userinput>git checkout v&macports-version;  # skip this if you want to use the development version</userinput></programlisting>
</span> 
                 </listitem>
 
</pre><pre style='margin:0'>

</pre>