<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Recent changes to Setting Up Git</title><link>https://sourceforge.net/p/eremus/wiki/Setting%2520Up%2520Git/</link><description>Recent changes to Setting Up Git</description><atom:link href="https://sourceforge.net/p/eremus/wiki/Setting%20Up%20Git/feed" rel="self"/><language>en</language><lastBuildDate>Tue, 18 Oct 2011 18:20:31 -0000</lastBuildDate><atom:link href="https://sourceforge.net/p/eremus/wiki/Setting%20Up%20Git/feed" rel="self" type="application/rss+xml"/><item><title>WikiPage Setting Up Git modified by Zachary R.</title><link>https://sourceforge.net/p/eremus/wiki/Setting%2520Up%2520Git/</link><description>&lt;pre&gt;--- v3 
+++ v4 
@@ -28,3 +28,16 @@
 
 Once you do that you'll find the code in C:\Users\$USERNAME$\ unless you have
 'cd'ed to another directory in the git bash terminal.
+
+Branching Model
+====================
+The basic branching model for developers is each developer should create
+his own branch(can be named anything that doesn't conflict with another) and do
+work there that way there won't be a lot of file conflicts and work can be merged in
+when it's ready.
+
+Read: &lt;http://book.git-scm.com/3_basic_branching_and_merging.html&gt; for info on basic branching and merging.
+
+The policy recommended for developers is to simply do work in a branch that is
+called there sourceforge username, of course from there it's possible to do more branching
+but the developer should keep work in their branch until it's ready for inclusion in master.
&lt;/pre&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Zachary R.</dc:creator><pubDate>Tue, 18 Oct 2011 18:20:31 -0000</pubDate><guid>https://sourceforge.nete9d3896efa426e0dc5915115fe1d6da465937e88</guid></item><item><title>WikiPage Setting Up Git modified by Zachary R.</title><link>https://sourceforge.net/p/eremus/wiki/Setting%2520Up%2520Git/</link><description>&lt;pre&gt;--- v2 
+++ v3 
@@ -2,8 +2,29 @@
 =====================
 Windows
 --------
-*TODO*
-
+* Get the installer from the msysgit project page.
+
+&lt;http://code.google.com/p/msysgit/downloads/detail?name=Git-1.7.7-preview20111014.exe&amp;can=2&amp;q&gt;
+
+* Install it
+* Click Start Menu-&gt;Programs-&gt;Git-&gt;Git Bash
+* Enter the following commands:
+
+&gt;    git config --global user.name "Firstname Lastname"
+&gt;    git config --global user.email "youremail@example.org"
+
+You're done, see "Get the Code" now.
+
+
+
 Get the Code
 =====================
-*TODO*
+Once you have git installed and configured simply run the following command in the
+git bash terminal.
+
+&gt;    git clone ssh://**yourusername**@git.code.sf.net/p/eremus/code eremus-code
+
+&gt;    Password: **your_sourceforge_password**
+
+Once you do that you'll find the code in C:\Users\$USERNAME$\ unless you have
+'cd'ed to another directory in the git bash terminal.
&lt;/pre&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Zachary R.</dc:creator><pubDate>Tue, 18 Oct 2011 18:08:18 -0000</pubDate><guid>https://sourceforge.netb5992ac7a87569d0ad224576cf0fcb0f685304ba</guid></item><item><title>WikiPage Setting Up Git modified by Zachary R.</title><link>https://sourceforge.net/p/eremus/wiki/Setting%2520Up%2520Git/</link><description>&lt;pre&gt;--- v1 
+++ v2 
@@ -1,5 +1,7 @@
 Install and Configure
 =====================
+Windows
+--------
 *TODO*
 
 Get the Code
&lt;/pre&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Zachary R.</dc:creator><pubDate>Tue, 18 Oct 2011 16:32:53 -0000</pubDate><guid>https://sourceforge.net135fc58cf7ddd0fdab206d5b7c88a336afac53f4</guid></item><item><title>WikiPage Setting Up Git modified by Zachary R.</title><link>https://sourceforge.net/p/eremus/wiki/Setting%2520Up%2520Git/</link><description>Install and Configure
=====================
*TODO*

Get the Code
=====================
*TODO*</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Zachary R.</dc:creator><pubDate>Tue, 18 Oct 2011 16:32:12 -0000</pubDate><guid>https://sourceforge.net980468d32872a10b3a622bb9da50eb122be406a6</guid></item></channel></rss>