<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Alexander Jäger&#187; attachments</title>
	<atom:link href="http://www.alexanderjaeger.de/tag/attachments/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.alexanderjaeger.de</link>
	<description>Alex Jäger</description>
	<lastBuildDate>Mon, 30 Jan 2012 18:36:32 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>git unter Apple MaxOSX</title>
		<link>http://www.alexanderjaeger.de/git-unter-apple-maxosx/</link>
		<comments>http://www.alexanderjaeger.de/git-unter-apple-maxosx/#comments</comments>
		<pubDate>Thu, 29 Oct 2009 17:46:32 +0000</pubDate>
		<dc:creator>Alex</dc:creator>
				<category><![CDATA[coding]]></category>
		<category><![CDATA[apple]]></category>
		<category><![CDATA[attachments]]></category>
		<category><![CDATA[blog]]></category>
		<category><![CDATA[daemon]]></category>
		<category><![CDATA[frim]]></category>
		<category><![CDATA[git]]></category>
		<category><![CDATA[gitx]]></category>
		<category><![CDATA[os x]]></category>
		<category><![CDATA[osx]]></category>
		<category><![CDATA[pdf file]]></category>
		<category><![CDATA[repositories]]></category>
		<category><![CDATA[repository]]></category>
		<category><![CDATA[scie]]></category>
		<category><![CDATA[shell]]></category>
		<category><![CDATA[subversion]]></category>
		<category><![CDATA[web access]]></category>
		<category><![CDATA[xcode]]></category>

		<guid isPermaLink="false">http://www.alexanderjaeger.de/?p=975</guid>
		<description><![CDATA[Git unter Apple OSX ist eine richtig feine Sache. Dazu benötigt man folgende Anleitungen: http://blog.ardes.com/2008/5/19/git-hosting-with-leopard http://www.koushikdutta.com/2009/04/setting-up-gitosis-server-on-os-x.html http://scie.nti.st/2007/11/14/hosting-git-repositories-the-easy-and-secure-way http://theappleblog.com/2009/03/10/using-git-with-os-x-6-tools-to-get-you-up-and-running/ Dazu noch folgendes Tool: http://gitx.frim.nl Und für die Nutzung von XCode mit git dieses nette script: http://www.komprovisation.de/attachments/download/16/xcode-git-init.sh (http://www.komprovisation.de/news/show/9) Gut ist auch git gui In der shell muss dann in das Verzeichniss gewechelt werden und bei jeder Änderung [...]]]></description>
			<content:encoded><![CDATA[<p><a rel="nofollow" href="http://www.alexanderjaeger.de/wp-content/uploads/2009/10/git.png"><img class="aligncenter size-full wp-image-976" title="git" src="http://www.alexanderjaeger.de/wp-content/uploads/2009/10/git.png" alt="git" width="423" height="187" /></a><br />
Git unter Apple OSX ist eine richtig feine Sache.</p>
<p>Dazu benötigt man folgende Anleitungen:</p>
<p><a rel="nofollow" href="http://blog.ardes.com/2008/5/19/git-hosting-with-leopard" target="_blank&quot;">http://blog.ardes.com/2008/5/19/git-hosting-with-leopard</a><br />
<a rel="nofollow" href="http://www.koushikdutta.com/2009/04/setting-up-gitosis-server-on-os-x.html" target="_blank&quot;">http://www.koushikdutta.com/2009/04/setting-up-gitosis-server-on-os-x.html</a><br />
<a rel="nofollow" href="http://scie.nti.st/2007/11/14/hosting-git-repositories-the-easy-and-secure-way" target="_blank&quot;">http://scie.nti.st/2007/11/14/hosting-git-repositories-the-easy-and-secure-way</a><br />
<a rel="nofollow" href="http://theappleblog.com/2009/03/10/using-git-with-os-x-6-tools-to-get-you-up-and-running/" target="_blank&quot;">http://theappleblog.com/2009/03/10/using-git-with-os-x-6-tools-to-get-you-up-and-running/</a></p>
<p>Dazu noch folgendes Tool:<br />
<a rel="nofollow" href="http://gitx.frim.nl" target="_blank&quot;">http://gitx.frim.nl</a></p>
<p>Und für die Nutzung von XCode mit git dieses nette script:<br />
<a rel="nofollow" href="http://www.komprovisation.de/attachments/download/16/xcode-git-init.sh " target="_blank&quot;">http://www.komprovisation.de/attachments/download/16/xcode-git-init.sh </a>(<a rel="nofollow" href="http://www.komprovisation.de/news/show/9" target="_blank&quot;">http://www.komprovisation.de/news/show/9</a>)</p>
<p>Gut ist auch <strong>git gui</strong></p>
<p>In der shell<strong> </strong>muss dann in das Verzeichniss gewechelt werden und bei jeder Änderung folgendes eingegeben werden:<strong></strong></p>
<blockquote><p><strong>git commit -a</strong></p></blockquote>
<p>Worauf ein <strong>vi</strong> aufgeht, der die Änderungen aufzeigt und ein Kommentar eingegeben werden kann. (vi speichert mit <strong>:wq</strong>.</p>
<p>Eine schöne Beschreibung von der git Handhabung in dieser PDF file:</p>
<p><a href="http://uberhip.com/projects/presentations.html">http://uberhip.com/projects/presentations.html</a></p>
<p>Wer ein git repository unter debian anlegen möchte um seine eigenen git repos zu verwalten:<br />
<a rel="nofollow" href="http://debian.asconix.com/git-central-debian-howto" target="_blank&quot;">http://debian.asconix.com/git-central-debian-howto</a> und mit web access:<br />
<a rel="nofollow" href="http://www.cryptronic.de/wiki/Blogs/20070408_howto_debian_setup_subversion_daemon_with_web_access" target="_blank&quot;">http://www.cryptronic.de/wiki/Blogs/20070408_howto_debian_setup_subversion_daemon_with_web_access</a></p>
<p>weitere Links:</p>
<p><a rel="nofollow"  href="http://stefanimhoff.de/notiz/einstieg-in-git-als-versionskontrollsystem/" target="_blank">http://stefanimhoff.de/notiz/einstieg-in-git-als-versionskontrollsystem/</a></p>
<p><a rel="nofollow"  href="http://www.online-tutorials.net/programmierung/git/tutorials-t-3-263.html#erste-schritte" target="_blank">http://www.online-tutorials.net/programmierung/git/tutorials-t-3-263.html#erste-schritte</a></p>
<p><a rel="nofollow"  href="http://www.kernel.org/pub/software/scm/git/docs/everyday.html" target="_blank">http://www.kernel.org/pub/software/scm/git/docs/everyday.html</a></p>
<p><a rel="nofollow"  href="http://hoth.entp.com/output/git_for_designers.html">http://hoth.entp.com/output/git_for_designers.html</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.alexanderjaeger.de/git-unter-apple-maxosx/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

