<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://old.hacdc.org/index.php?action=history&amp;feed=atom&amp;title=Git_Notes</id>
	<title>Git Notes - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://old.hacdc.org/index.php?action=history&amp;feed=atom&amp;title=Git_Notes"/>
	<link rel="alternate" type="text/html" href="https://old.hacdc.org/index.php?title=Git_Notes&amp;action=history"/>
	<updated>2026-05-07T13:10:13Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.39.3</generator>
	<entry>
		<id>https://old.hacdc.org/index.php?title=Git_Notes&amp;diff=7649&amp;oldid=prev</id>
		<title>Haxwithaxe: Created page with &quot;==Git Config== ===Git Alias=== To use add to ~/.gitconfig under &quot;[alias]&quot; *list all untracked files that aren&#039;t in .gitignore &lt;pre&gt; ls-untracked = &quot;!git ls-files --other --exclud...&quot;</title>
		<link rel="alternate" type="text/html" href="https://old.hacdc.org/index.php?title=Git_Notes&amp;diff=7649&amp;oldid=prev"/>
		<updated>2012-07-17T04:34:54Z</updated>

		<summary type="html">&lt;p&gt;Created page with &amp;quot;==Git Config== ===Git Alias=== To use add to ~/.gitconfig under &amp;quot;[alias]&amp;quot; *list all untracked files that aren&amp;#039;t in .gitignore &amp;lt;pre&amp;gt; ls-untracked = &amp;quot;!git ls-files --other --exclud...&amp;quot;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;==Git Config==&lt;br /&gt;
===Git Alias===&lt;br /&gt;
To use add to ~/.gitconfig under &amp;quot;[alias]&amp;quot;&lt;br /&gt;
*list all untracked files that aren&amp;#039;t in .gitignore&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
ls-untracked = &amp;quot;!git ls-files --other --exclude-standard&amp;quot;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
*shorthand for &amp;quot;pull --rebase&amp;quot;&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
up = &amp;quot;!git pull --rebase&amp;quot;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
* list all untracked files not in .gitignore and wait for for user to press enter, then &amp;quot;pull --rebase&amp;quot; and push changes&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
sync = &amp;quot;!sh -c &amp;#039;git_sync(){ git ls-untracked ; echo press enter to continue; read junk ;git up $* ;git push $* ; } ;git_sync $@&amp;#039;&amp;quot;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;/div&gt;</summary>
		<author><name>Haxwithaxe</name></author>
	</entry>
</feed>