<?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>git Archives - Apfelblog</title>
	<atom:link href="https://www.leppa.de/wp2/tag/git/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.leppa.de/wp2/tag/git/</link>
	<description></description>
	<lastBuildDate>Thu, 07 Mar 2019 16:34:15 +0000</lastBuildDate>
	<language>de</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.8</generator>

<image>
	<url>https://www.leppa.de/wp2/wp-content/uploads/2020/04/Apfel_Free-60x60.png</url>
	<title>git Archives - Apfelblog</title>
	<link>https://www.leppa.de/wp2/tag/git/</link>
	<width>32</width>
	<height>32</height>
</image> 
	<item>
		<title>Git brach löschen</title>
		<link>https://www.leppa.de/wp2/git-brach-loschen/</link>
		
		<dc:creator><![CDATA[Jens Appel]]></dc:creator>
		<pubDate>Mon, 21 May 2012 19:06:35 +0000</pubDate>
				<category><![CDATA[Computer]]></category>
		<category><![CDATA[brach]]></category>
		<category><![CDATA[git]]></category>
		<guid isPermaLink="false">http://www.psj-world.de/wp2/?p=536</guid>

					<description><![CDATA[<p>Lokaler Branch löschen: dix@dione:~/workspace/radkarte$ git branch -d status Deleted branch status (was 2ac4633). Dazugehörigen Remote Branch löschen: dix@dione:~/workspace/radkarte$ git push origin :status To ssh://gitosis@psj-world.de:22/radkarte.git - [deleted]         status</p>
<p>The post <a href="https://www.leppa.de/wp2/git-brach-loschen/">Git brach löschen</a> appeared first on <a href="https://www.leppa.de/wp2">Apfelblog</a>.</p>
]]></description>
		
		
		
			</item>
		<item>
		<title>git: cannot merge</title>
		<link>https://www.leppa.de/wp2/git-cannot-merge/</link>
		
		<dc:creator><![CDATA[Jens Appel]]></dc:creator>
		<pubDate>Tue, 21 Dec 2010 08:47:13 +0000</pubDate>
				<category><![CDATA[Computer]]></category>
		<category><![CDATA[git]]></category>
		<category><![CDATA[merge]]></category>
		<guid isPermaLink="false">http://www.psj-world.de/wp2/?p=432</guid>

					<description><![CDATA[<p>Bei einem git pull kommt erhält man die Meldung "...cannot merge" $ git pull ... ... file your_file.rb not up to date, cannot merge. Eine Möglichkeit zur Lösung: $ git stash $ git pull $ git stash pop</p>
<p>The post <a href="https://www.leppa.de/wp2/git-cannot-merge/">git: cannot merge</a> appeared first on <a href="https://www.leppa.de/wp2">Apfelblog</a>.</p>
]]></description>
		
		
		
			</item>
		<item>
		<title>GIT: Remote-Repository anlegen und pushen</title>
		<link>https://www.leppa.de/wp2/git-remote-repository-anlegen-und-pushen/</link>
		
		<dc:creator><![CDATA[Jens Appel]]></dc:creator>
		<pubDate>Tue, 14 Dec 2010 17:00:16 +0000</pubDate>
				<category><![CDATA[Computer]]></category>
		<category><![CDATA[git]]></category>
		<category><![CDATA[versionskontrolle]]></category>
		<guid isPermaLink="false">http://www.psj-world.de/wp2/?p=395</guid>

					<description><![CDATA[<p>Verwalten von Repositories Die Verwaltung von Repositories und (wie wir später sehen werden) von Benutzern geschieht bei Gitosis über ein eigens dafür vorgesehenes Git-Repository, welches bei der Installation auf dem Server erzeugt wurde. Es lässt sich wie folgt auf dem Client klonen: cd ~/Projects git clone git@SERVER:gitosis-admin.git SERVER ist wiederum durch den Namen des Servers [&#8230;]</p>
<p>The post <a href="https://www.leppa.de/wp2/git-remote-repository-anlegen-und-pushen/">GIT: Remote-Repository anlegen und pushen</a> appeared first on <a href="https://www.leppa.de/wp2">Apfelblog</a>.</p>
]]></description>
		
		
		
			</item>
	</channel>
</rss>
