<?xml version="1.0"?>
<?xml-stylesheet type="text/css" href="http://www.dayel.com/comet/cometwiki/skins/common/feed.css?303"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
		<id>http://www.dayel.com/comet/cometwiki/index.php?action=history&amp;feed=atom&amp;title=Using_Git</id>
		<title>Using Git - Revision history</title>
		<link rel="self" type="application/atom+xml" href="http://www.dayel.com/comet/cometwiki/index.php?action=history&amp;feed=atom&amp;title=Using_Git"/>
		<link rel="alternate" type="text/html" href="http://www.dayel.com/comet/cometwiki/index.php?title=Using_Git&amp;action=history"/>
		<updated>2026-04-29T05:08:15Z</updated>
		<subtitle>Revision history for this page on the wiki</subtitle>
		<generator>MediaWiki 1.22.3</generator>

	<entry>
		<id>http://www.dayel.com/comet/cometwiki/index.php?title=Using_Git&amp;diff=159&amp;oldid=prev</id>
		<title>Markdayel at 22:37, 17 April 2009</title>
		<link rel="alternate" type="text/html" href="http://www.dayel.com/comet/cometwiki/index.php?title=Using_Git&amp;diff=159&amp;oldid=prev"/>
				<updated>2009-04-17T22:37:54Z</updated>
		
		<summary type="html">&lt;p&gt;&lt;/p&gt;
&lt;table class='diff diff-contentalign-left'&gt;
				&lt;col class='diff-marker' /&gt;
				&lt;col class='diff-content' /&gt;
				&lt;col class='diff-marker' /&gt;
				&lt;col class='diff-content' /&gt;
				&lt;tr style='vertical-align: top;'&gt;
				&lt;td colspan='2' style=&quot;background-color: white; color:black; text-align: center;&quot;&gt;← Older revision&lt;/td&gt;
				&lt;td colspan='2' style=&quot;background-color: white; color:black; text-align: center;&quot;&gt;Revision as of 22:37, 17 April 2009&lt;/td&gt;
				&lt;/tr&gt;&lt;tr&gt;&lt;td colspan=&quot;2&quot; class=&quot;diff-lineno&quot;&gt;Line 1:&lt;/td&gt;
&lt;td colspan=&quot;2&quot; class=&quot;diff-lineno&quot;&gt;Line 1:&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td class='diff-marker'&gt;−&lt;/td&gt;&lt;td style=&quot;color:black; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #ffe49c; vertical-align: top; white-space: pre-wrap;&quot;&gt;&lt;div&gt;&lt;del class=&quot;diffchange diffchange-inline&quot;&gt;To get started using the git version control system, &lt;/del&gt;[http://git-scm.com/ &lt;del class=&quot;diffchange diffchange-inline&quot;&gt;the &lt;/del&gt;main git website] is a good place to start, and Github also has a [http://github.com/guides/home nice collection of guides].&amp;#160; I found [http://zrusin.blogspot.com/2007/09/git-cheat-sheet.html this cheat sheet] to be a good one-page summary of useful git commands.&lt;/div&gt;&lt;/td&gt;&lt;td class='diff-marker'&gt;+&lt;/td&gt;&lt;td style=&quot;color:black; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #a3d3ff; vertical-align: top; white-space: pre-wrap;&quot;&gt;&lt;div&gt;[http://git-scm.com/&lt;ins class=&quot;diffchange diffchange-inline&quot;&gt;documentation The &lt;/ins&gt;main git website] is a good place to start &lt;ins class=&quot;diffchange diffchange-inline&quot;&gt;learning how to use git&lt;/ins&gt;, and Github also has a [http://github.com/guides/home nice collection of guides].&amp;#160; I &lt;ins class=&quot;diffchange diffchange-inline&quot;&gt;also &lt;/ins&gt;found [http://zrusin.blogspot.com/2007/09/git-cheat-sheet.html this cheat sheet] to be a &lt;ins class=&quot;diffchange diffchange-inline&quot;&gt;particularly &lt;/ins&gt;good one-page summary of useful git commands.&lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td class='diff-marker'&gt;&amp;#160;&lt;/td&gt;&lt;td style=&quot;background-color: #f9f9f9; color: #333333; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #e6e6e6; vertical-align: top; white-space: pre-wrap;&quot;&gt;&lt;/td&gt;&lt;td class='diff-marker'&gt;&amp;#160;&lt;/td&gt;&lt;td style=&quot;background-color: #f9f9f9; color: #333333; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #e6e6e6; vertical-align: top; white-space: pre-wrap;&quot;&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td class='diff-marker'&gt;&amp;#160;&lt;/td&gt;&lt;td style=&quot;background-color: #f9f9f9; color: #333333; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #e6e6e6; vertical-align: top; white-space: pre-wrap;&quot;&gt;&lt;div&gt;To have changes you've made merged into the main repository, prepare them as a patch (&amp;lt;code&amp;gt;git format-patch&amp;lt;/code&amp;gt;) then submit them by email to markdayel@gmail.com&lt;/div&gt;&lt;/td&gt;&lt;td class='diff-marker'&gt;&amp;#160;&lt;/td&gt;&lt;td style=&quot;background-color: #f9f9f9; color: #333333; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #e6e6e6; vertical-align: top; white-space: pre-wrap;&quot;&gt;&lt;div&gt;To have changes you've made merged into the main repository, prepare them as a patch (&amp;lt;code&amp;gt;git format-patch&amp;lt;/code&amp;gt;) then submit them by email to markdayel@gmail.com&lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;

&lt;!-- diff cache key cometwikidb:diff:version:1.11a:oldid:158:newid:159 --&gt;
&lt;/table&gt;</summary>
		<author><name>Markdayel</name></author>	</entry>

	<entry>
		<id>http://www.dayel.com/comet/cometwiki/index.php?title=Using_Git&amp;diff=158&amp;oldid=prev</id>
		<title>Markdayel at 22:34, 17 April 2009</title>
		<link rel="alternate" type="text/html" href="http://www.dayel.com/comet/cometwiki/index.php?title=Using_Git&amp;diff=158&amp;oldid=prev"/>
				<updated>2009-04-17T22:34:49Z</updated>
		
		<summary type="html">&lt;p&gt;&lt;/p&gt;
&lt;table class='diff diff-contentalign-left'&gt;
				&lt;col class='diff-marker' /&gt;
				&lt;col class='diff-content' /&gt;
				&lt;col class='diff-marker' /&gt;
				&lt;col class='diff-content' /&gt;
				&lt;tr style='vertical-align: top;'&gt;
				&lt;td colspan='2' style=&quot;background-color: white; color:black; text-align: center;&quot;&gt;← Older revision&lt;/td&gt;
				&lt;td colspan='2' style=&quot;background-color: white; color:black; text-align: center;&quot;&gt;Revision as of 22:34, 17 April 2009&lt;/td&gt;
				&lt;/tr&gt;&lt;tr&gt;&lt;td colspan=&quot;2&quot; class=&quot;diff-lineno&quot;&gt;Line 1:&lt;/td&gt;
&lt;td colspan=&quot;2&quot; class=&quot;diff-lineno&quot;&gt;Line 1:&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td class='diff-marker'&gt;−&lt;/td&gt;&lt;td style=&quot;color:black; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #ffe49c; vertical-align: top; white-space: pre-wrap;&quot;&gt;&lt;div&gt;[http://zrusin.blogspot.com/2007/09/git-cheat-sheet.html &lt;del class=&quot;diffchange diffchange-inline&quot;&gt;This &lt;/del&gt;cheat sheet] &lt;del class=&quot;diffchange diffchange-inline&quot;&gt;is &lt;/del&gt;a good summary of useful git commands.&lt;/div&gt;&lt;/td&gt;&lt;td class='diff-marker'&gt;+&lt;/td&gt;&lt;td style=&quot;color:black; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #a3d3ff; vertical-align: top; white-space: pre-wrap;&quot;&gt;&lt;div&gt;&lt;ins class=&quot;diffchange diffchange-inline&quot;&gt;To get started using the git version control system, [http://git-scm.com/ the main git website] is a good place to start, and Github also has a [http://github.com/guides/home nice collection of guides].&amp;#160; I found &lt;/ins&gt;[http://zrusin.blogspot.com/2007/09/git-cheat-sheet.html &lt;ins class=&quot;diffchange diffchange-inline&quot;&gt;this &lt;/ins&gt;cheat sheet] &lt;ins class=&quot;diffchange diffchange-inline&quot;&gt;to be &lt;/ins&gt;a good &lt;ins class=&quot;diffchange diffchange-inline&quot;&gt;one-page &lt;/ins&gt;summary of useful git commands.&lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td class='diff-marker'&gt;&amp;#160;&lt;/td&gt;&lt;td style=&quot;background-color: #f9f9f9; color: #333333; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #e6e6e6; vertical-align: top; white-space: pre-wrap;&quot;&gt;&lt;/td&gt;&lt;td class='diff-marker'&gt;&amp;#160;&lt;/td&gt;&lt;td style=&quot;background-color: #f9f9f9; color: #333333; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #e6e6e6; vertical-align: top; white-space: pre-wrap;&quot;&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td class='diff-marker'&gt;&amp;#160;&lt;/td&gt;&lt;td style=&quot;background-color: #f9f9f9; color: #333333; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #e6e6e6; vertical-align: top; white-space: pre-wrap;&quot;&gt;&lt;div&gt;To have changes you've made merged into the main repository, prepare them as a patch (&amp;lt;code&amp;gt;git format-patch&amp;lt;/code&amp;gt;) then submit them by email to markdayel@gmail.com&lt;/div&gt;&lt;/td&gt;&lt;td class='diff-marker'&gt;&amp;#160;&lt;/td&gt;&lt;td style=&quot;background-color: #f9f9f9; color: #333333; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #e6e6e6; vertical-align: top; white-space: pre-wrap;&quot;&gt;&lt;div&gt;To have changes you've made merged into the main repository, prepare them as a patch (&amp;lt;code&amp;gt;git format-patch&amp;lt;/code&amp;gt;) then submit them by email to markdayel@gmail.com&lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;

&lt;!-- diff cache key cometwikidb:diff:version:1.11a:oldid:117:newid:158 --&gt;
&lt;/table&gt;</summary>
		<author><name>Markdayel</name></author>	</entry>

	<entry>
		<id>http://www.dayel.com/comet/cometwiki/index.php?title=Using_Git&amp;diff=117&amp;oldid=prev</id>
		<title>Markdayel: Created page with '[http://zrusin.blogspot.com/2007/09/git-cheat-sheet.html This cheat sheet] is a good summary of useful git commands.  To have changes you've made merged into the main repository,...'</title>
		<link rel="alternate" type="text/html" href="http://www.dayel.com/comet/cometwiki/index.php?title=Using_Git&amp;diff=117&amp;oldid=prev"/>
				<updated>2009-04-16T21:48:32Z</updated>
		
		<summary type="html">&lt;p&gt;Created page with &amp;#039;[http://zrusin.blogspot.com/2007/09/git-cheat-sheet.html This cheat sheet] is a good summary of useful git commands.  To have changes you&amp;#039;ve made merged into the main repository,...&amp;#039;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;[http://zrusin.blogspot.com/2007/09/git-cheat-sheet.html This cheat sheet] is a good summary of useful git commands.&lt;br /&gt;
&lt;br /&gt;
To have changes you've made merged into the main repository, prepare them as a patch (&amp;lt;code&amp;gt;git format-patch&amp;lt;/code&amp;gt;) then submit them by email to markdayel@gmail.com&lt;br /&gt;
&lt;br /&gt;
==Tips==&lt;br /&gt;
&lt;br /&gt;
If using windows, be careful with line endings.  Windows tends to change LF into CRLF.  They can be changed back using the &amp;lt;code&amp;gt;dos2unix&amp;lt;/code&amp;gt; command in cygwin.  Also, make sure the permissions are not messed up (they should be 664)&lt;/div&gt;</summary>
		<author><name>Markdayel</name></author>	</entry>

	</feed>