<?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>Technicznie {nie zawsze} &#187; git</title>
	<atom:link href="http://technicznie.miastofabryk.pl/tag/git/feed/" rel="self" type="application/rss+xml" />
	<link>http://technicznie.miastofabryk.pl</link>
	<description>Komputer to tylko narzędzie...</description>
	<lastBuildDate>Tue, 06 Dec 2011 13:07:58 +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>Zdalne prywatne repozytorium Git z dostępem po SSH</title>
		<link>http://technicznie.miastofabryk.pl/2011/03/31/zdalne-prywatne-repozytorium-git-z-dostepem-po-ssh/</link>
		<comments>http://technicznie.miastofabryk.pl/2011/03/31/zdalne-prywatne-repozytorium-git-z-dostepem-po-ssh/#comments</comments>
		<pubDate>Thu, 31 Mar 2011 16:23:19 +0000</pubDate>
		<dc:creator>skarlcf</dc:creator>
				<category><![CDATA[Programowanie]]></category>
		<category><![CDATA[git]]></category>

		<guid isPermaLink="false">http://technicznie.miastofabryk.pl/?p=235</guid>
		<description><![CDATA[1. Tworzymy repozytorium bare na podstawie katalogu z aktualnym repozytorium roboczym: cd /home/user/project_code git clone --bare /home/user/project_code/.git /tmp/project_code.git 2. Pchamy repozytorium scp na serwer docelowy: scp -r /tmp/project_code.git username@mojserwer.com:/home/username/git_repos/project_code.git 3. Dajemy znać lokalnemu repozytorium, że dodaliśmy zdalne repozytorium &#8220;origin&#8221;: git remote add origin username@mojserwer.com:/home/username/git_repos/project_code.git 4. Jak chcemy wypchnąć zmiany na serwer, korzystamy z polecenia: git [...]]]></description>
		<wfw:commentRss>http://technicznie.miastofabryk.pl/2011/03/31/zdalne-prywatne-repozytorium-git-z-dostepem-po-ssh/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Instalacja git ze źródeł na Ubuntu 7.04</title>
		<link>http://technicznie.miastofabryk.pl/2008/03/05/instalacja-git-ze-zrodel-na-ubuntu-704/</link>
		<comments>http://technicznie.miastofabryk.pl/2008/03/05/instalacja-git-ze-zrodel-na-ubuntu-704/#comments</comments>
		<pubDate>Wed, 05 Mar 2008 19:55:13 +0000</pubDate>
		<dc:creator>skarlcf</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[git]]></category>
		<category><![CDATA[instalacja]]></category>
		<category><![CDATA[kompilacja]]></category>
		<category><![CDATA[ubuntu]]></category>

		<guid isPermaLink="false">http://technicznie.miastofabryk.pl/2008/03/05/instalacja-git-ze-zrodel-na-ubuntu-704/</guid>
		<description><![CDATA[Problem. Spory. Dla Ubuntu w wersji 7.04 nie ma w repozytoriach git (narzędzie do wersjonowania plików, utrzymywania repozytoriów etc. &#8211; &#8220;podobne&#8221; do cvs, svn) w wersji większej od 1.4.x. Inna składnia (od 1.5.1 nastąpiła zmiana), inne nawyki&#8230; Pozostaje instalacja ze źródeł. 1. Wywalamy stare paczki (ja miałem tylko dwie, ale może się zdarzyć, że będziesz [...]]]></description>
		<wfw:commentRss>http://technicznie.miastofabryk.pl/2008/03/05/instalacja-git-ze-zrodel-na-ubuntu-704/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

