<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
		<id>https://te4.org/w/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Bloodythorn</id>
		<title>Tales of Maj'Eyal - User contributions [en]</title>
		<link rel="self" type="application/atom+xml" href="https://te4.org/w/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Bloodythorn"/>
		<link rel="alternate" type="text/html" href="https://te4.org/wiki/Special:Contributions/Bloodythorn"/>
		<updated>2026-04-18T16:51:09Z</updated>
		<subtitle>User contributions</subtitle>
		<generator>MediaWiki 1.26.2</generator>

	<entry>
		<id>https://te4.org/w/index.php?title=Source_Setup&amp;diff=9740</id>
		<title>Source Setup</title>
		<link rel="alternate" type="text/html" href="https://te4.org/w/index.php?title=Source_Setup&amp;diff=9740"/>
				<updated>2015-07-10T22:23:46Z</updated>
		
		<summary type="html">&lt;p&gt;Bloodythorn: Updated git repository link as old one was no longer valid.&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;You can access the official ToME source code using Git.  (Note: the official source repository was in Subversion until June 7, 2013.  The old Subversion information will be kept on this page for a while, but you should ignore it unless there's a problem with the new Git repository.)&lt;br /&gt;
&lt;br /&gt;
== Git ==&lt;br /&gt;
&lt;br /&gt;
The Git repository is available at http://git.net-core.org/groups/tome read-only to everyone.&lt;br /&gt;
&lt;br /&gt;
In Linux/Unix, after installing Git:&lt;br /&gt;
 git clone http://git.net-core.org/tome/t-engine4.git&lt;br /&gt;
&lt;br /&gt;
This will create a directory named '''t-engine4''' inside the current working directory.&lt;br /&gt;
&lt;br /&gt;
If you need a Git client for Windows, you can download [https://code.google.com/p/tortoisegit/ TortoiseGit] or [http://www.sourcetreeapp.com/ SourceTree].&lt;br /&gt;
&lt;br /&gt;
=== Git Basics ===&lt;br /&gt;
&lt;br /&gt;
A local Git repository is a complete mirror of the &amp;quot;origin&amp;quot; repository.  It includes every revision of every file, all the commit messages, and so on.&lt;br /&gt;
&lt;br /&gt;
If you're only going to retrieve changes from DarkGod's repository, and never make any changes of your own, then you can get by with the following commands:&lt;br /&gt;
&lt;br /&gt;
* Retrieve all new changes:&lt;br /&gt;
 git fetch origin&lt;br /&gt;
* Review the changes before applying them:&lt;br /&gt;
 git log -p HEAD...origin&lt;br /&gt;
* Apply the changes to your local working directory:&lt;br /&gt;
 git merge origin&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Git (Mirror) ==&lt;br /&gt;
&lt;br /&gt;
The original Git repository is restored (updates every 10m) and is available from http://git.develz.org/.&lt;/div&gt;</summary>
		<author><name>Bloodythorn</name></author>	</entry>

	</feed>