<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en-GB">
	<id>https://www.marcelpost.com/wiki/index.php?action=history&amp;feed=atom&amp;title=Setting_aliases</id>
	<title>Setting aliases - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://www.marcelpost.com/wiki/index.php?action=history&amp;feed=atom&amp;title=Setting_aliases"/>
	<link rel="alternate" type="text/html" href="https://www.marcelpost.com/wiki/index.php?title=Setting_aliases&amp;action=history"/>
	<updated>2026-05-17T04:20:41Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.39.17</generator>
	<entry>
		<id>https://www.marcelpost.com/wiki/index.php?title=Setting_aliases&amp;diff=3651&amp;oldid=prev</id>
		<title>Admin: Created page with &quot;  &lt;pre&gt; creating an alias will probably save you a lot of time typing in long commands  to create an alias either create one from the commandline or edit ~/.gitconfig  on the commandline:      git config --global alias.hist &#039;log --graph --all --oneline&#039;     NOTE: omitting &#039;--global&#039; will only set this alias for this repository   editing the config file:  --- [alias]         hist = log --pretty=format:\&quot;%h %ad | %s%d [%an]\&quot; --graph --all --oneline --date=short  ---   or...&quot;</title>
		<link rel="alternate" type="text/html" href="https://www.marcelpost.com/wiki/index.php?title=Setting_aliases&amp;diff=3651&amp;oldid=prev"/>
		<updated>2024-02-09T01:36:47Z</updated>

		<summary type="html">&lt;p&gt;Created page with &amp;quot;  &amp;lt;pre&amp;gt; creating an alias will probably save you a lot of time typing in long commands  to create an alias either create one from the commandline or edit ~/.gitconfig  on the commandline:      git config --global alias.hist &amp;#039;log --graph --all --oneline&amp;#039;     NOTE: omitting &amp;#039;--global&amp;#039; will only set this alias for this repository   editing the config file:  --- [alias]         hist = log --pretty=format:\&amp;quot;%h %ad | %s%d [%an]\&amp;quot; --graph --all --oneline --date=short  ---   or...&amp;quot;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
creating an alias will probably save you a lot of time typing in long commands&lt;br /&gt;
&lt;br /&gt;
to create an alias either create one from the commandline or edit ~/.gitconfig&lt;br /&gt;
&lt;br /&gt;
on the commandline:&lt;br /&gt;
&lt;br /&gt;
    git config --global alias.hist &amp;#039;log --graph --all --oneline&amp;#039;&lt;br /&gt;
&lt;br /&gt;
   NOTE: omitting &amp;#039;--global&amp;#039; will only set this alias for this repository&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
editing the config file:&lt;br /&gt;
&lt;br /&gt;
---&lt;br /&gt;
[alias]&lt;br /&gt;
        hist = log --pretty=format:\&amp;quot;%h %ad | %s%d [%an]\&amp;quot; --graph --all --oneline --date=short&lt;br /&gt;
&lt;br /&gt;
---&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
or setting it from the command line:&lt;br /&gt;
&lt;br /&gt;
     git config --global alias.hist &amp;#039;log --graph --all --oneline --pretty=format:&amp;quot;%h%x09%an%x09%ad%x09%s&amp;quot; --date=relative --abbrev-commit --decorate&amp;#039;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;/div&gt;</summary>
		<author><name>Admin</name></author>
	</entry>
</feed>