<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Recent changes to GetLatestCode</title><link>https://sourceforge.net/p/scid/wiki/GetLatestCode/</link><description>Recent changes to GetLatestCode</description><atom:link href="https://sourceforge.net/p/scid/wiki/GetLatestCode/feed" rel="self"/><language>en</language><lastBuildDate>Wed, 07 Apr 2021 20:32:48 -0000</lastBuildDate><atom:link href="https://sourceforge.net/p/scid/wiki/GetLatestCode/feed" rel="self" type="application/rss+xml"/><item><title>GetLatestCode modified by bstp</title><link>https://sourceforge.net/p/scid/wiki/GetLatestCode/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">bstp</dc:creator><pubDate>Wed, 07 Apr 2021 20:32:48 -0000</pubDate><guid>https://sourceforge.net380615fcc0b388469d4581afb33068cb65586530</guid></item><item><title>GetLatestCode modified by Benoit St-Pierre</title><link>https://sourceforge.net/p/scid/wiki/GetLatestCode/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Benoit St-Pierre</dc:creator><pubDate>Tue, 17 Jun 2014 14:38:00 -0000</pubDate><guid>https://sourceforge.netbf4b9ae3c711d9f652e3d9f5b3edfe30d75ebbf5</guid></item><item><title>GetLatestCode modified by Benoit St-Pierre</title><link>https://sourceforge.net/p/scid/wiki/GetLatestCode/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v49
+++ v50
@@ -28,6 +28,8 @@
 git clone git://git.code.sf.net/p/scid/code scid-code
 ~~~~

+You can replace *scid-code* with any other legal folder name.
+
 (As written on the [Master Tree][] page.)

 ##### What If I don't Want to Use Git?
&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Benoit St-Pierre</dc:creator><pubDate>Thu, 13 Jun 2013 21:50:33 -0000</pubDate><guid>https://sourceforge.net6546e9ea7eeb47f198db4803e68b573e4c8130c1</guid></item><item><title>GetLatestCode modified by Benoit St-Pierre</title><link>https://sourceforge.net/p/scid/wiki/GetLatestCode/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v48
+++ v49
@@ -32,6 +32,8 @@

 ##### What If I don't Want to Use Git?

+Then learn [HowToSendPatches].
+
 You'll have to grab a snapshot of the [master branch][] on the [Master Tree][] page.
 Click the _Download Snapshot_ button (top right) for a tarball of the latest code.
 Just beside the _download snapshot_ button, you can see the commits history.
@@ -42,4 +44,3 @@
 ##### Then What?

 From there, refer to [CompileScid] for more detailed instructions.
-Then learn [HowToSendPatches].
&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Benoit St-Pierre</dc:creator><pubDate>Thu, 09 May 2013 15:34:17 -0000</pubDate><guid>https://sourceforge.net55ee367203e0f340081da1137a1307d60367b679</guid></item><item><title>GetLatestCode modified by Benoit St-Pierre</title><link>https://sourceforge.net/p/scid/wiki/GetLatestCode/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v47
+++ v48
@@ -18,19 +18,9 @@

 ##### How Do I Install Git?

-If you have Debian/Ubuntu Linux or OSX, open the Terminal and run:
+For instructions how to install and run Git, see [GitForScid].

-~~~~
-sudo apt-get install git-core
-~~~~
-
-In any case, you can get Git over there:
-
-http://git-scm.com/downloads
-
-From there, follow the instructions:
-
-http://git-scm.com/book/en/Getting-Started-Installing-Git 
+NB. Could be included here if it's short enough.

 ##### What Command Should I Use?

&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Benoit St-Pierre</dc:creator><pubDate>Tue, 07 May 2013 13:27:38 -0000</pubDate><guid>https://sourceforge.neta43c05dff3a3c558ba33a0acb212117734815e3b</guid></item><item><title>GetLatestCode modified by Benoit St-Pierre</title><link>https://sourceforge.net/p/scid/wiki/GetLatestCode/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v46
+++ v47
@@ -18,10 +18,11 @@

 ##### How Do I Install Git?

-First, download Git.
-If you have Debian/Ubuntu Linux you can run something like:
+If you have Debian/Ubuntu Linux or OSX, open the Terminal and run:

-&gt; sudo apt-get install git-core
+~~~~
+sudo apt-get install git-core
+~~~~

 In any case, you can get Git over there:

&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Benoit St-Pierre</dc:creator><pubDate>Tue, 07 May 2013 13:25:06 -0000</pubDate><guid>https://sourceforge.net91cba75997757b59f89d42be1677612c9717fc68</guid></item><item><title>GetLatestCode modified by Benoit St-Pierre</title><link>https://sourceforge.net/p/scid/wiki/GetLatestCode/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v45
+++ v46
@@ -15,6 +15,21 @@

 [Linus]: http://www.youtube.com/watch?v=4XpnKHJAok8
 [learn Git]: http://try.github.io/levels/1/challenges/1
+
+##### How Do I Install Git?
+
+First, download Git.
+If you have Debian/Ubuntu Linux you can run something like:
+
+&gt; sudo apt-get install git-core
+
+In any case, you can get Git over there:
+
+http://git-scm.com/downloads
+
+From there, follow the instructions:
+
+http://git-scm.com/book/en/Getting-Started-Installing-Git 

 ##### What Command Should I Use?

&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Benoit St-Pierre</dc:creator><pubDate>Tue, 07 May 2013 13:18:34 -0000</pubDate><guid>https://sourceforge.net17d67407c083f3d38f1bb845fad301939ca9a7c1</guid></item><item><title>GetLatestCode modified by Benoit St-Pierre</title><link>https://sourceforge.net/p/scid/wiki/GetLatestCode/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v44
+++ v45
@@ -28,7 +28,7 @@

 You'll have to grab a snapshot of the [master branch][] on the [Master Tree][] page.
 Click the _Download Snapshot_ button (top right) for a tarball of the latest code.
-Just beside the _download snapshot_ button, you can see the commitment history.
+Just beside the _download snapshot_ button, you can see the commits history.

 [master branch]: http://git-scm.com/book/en/Git-Branching-Basic-Branching-and-Merging
 [Master Tree]: https://sourceforge.net/p/scid/code/ci/master/tree/
&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Benoit St-Pierre</dc:creator><pubDate>Tue, 07 May 2013 13:08:30 -0000</pubDate><guid>https://sourceforge.net896dbcbf19ade63b8a68c0bdfe10a39f2f773c47</guid></item><item><title>GetLatestCode modified by Benoit St-Pierre</title><link>https://sourceforge.net/p/scid/wiki/GetLatestCode/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v43
+++ v44
@@ -22,9 +22,11 @@
 git clone git://git.code.sf.net/p/scid/code scid-code
 ~~~~

+(As written on the [Master Tree][] page.)
+
 ##### What If I don't Want to Use Git?

-You'll have to grab a snapshot of the [master branch][] on the [MasterTree][] page.
+You'll have to grab a snapshot of the [master branch][] on the [Master Tree][] page.
 Click the _Download Snapshot_ button (top right) for a tarball of the latest code.
 Just beside the _download snapshot_ button, you can see the commitment history.

&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Benoit St-Pierre</dc:creator><pubDate>Tue, 07 May 2013 13:07:46 -0000</pubDate><guid>https://sourceforge.net798a7e7da82316d8711558acaab3389e975eeac8</guid></item><item><title>GetLatestCode modified by Benoit St-Pierre</title><link>https://sourceforge.net/p/scid/wiki/GetLatestCode/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v42
+++ v43
@@ -22,8 +22,6 @@
 git clone git://git.code.sf.net/p/scid/code scid-code
 ~~~~

-From there, refer to [CompileScid] for more detailed instructions.
-
 ##### What If I don't Want to Use Git?

 You'll have to grab a snapshot of the [master branch][] on the [MasterTree][] page.
@@ -35,4 +33,5 @@

 ##### Then What?

+From there, refer to [CompileScid] for more detailed instructions.
 Then learn [HowToSendPatches].
&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Benoit St-Pierre</dc:creator><pubDate>Tue, 07 May 2013 13:07:07 -0000</pubDate><guid>https://sourceforge.net99bae0e5a1d6d38e32320b5ac088c359af2f878d</guid></item></channel></rss>