<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Git on Cesar Gimenes</title><link>https://crg.eti.br/en/tags/git/</link><description>Recent content in Git on Cesar Gimenes</description><generator>Hugo -- gohugo.io</generator><language>en</language><managingEditor>crg@crg.eti.br (Cesar Gimenes)</managingEditor><webMaster>crg@crg.eti.br (Cesar Gimenes)</webMaster><lastBuildDate>Mon, 25 Oct 2021 14:20:09 -0300</lastBuildDate><atom:link href="https://crg.eti.br/en/tags/git/index.xml" rel="self" type="application/rss+xml"/><item><title>How to Extend Git</title><link>https://crg.eti.br/en/post/git-como-estender/</link><pubDate>Mon, 25 Oct 2021 14:20:09 -0300</pubDate><author>crg@crg.eti.br (Cesar Gimenes)</author><guid>https://crg.eti.br/en/post/git-como-estender/</guid><description>&lt;p>Git is an extremely flexible tool and very simple to extend and build features on. To create a command, you just need an executable named git-&lt;strong>command&lt;/strong> (&lt;em>git dash followed by the command name&lt;/em>).&lt;/p>
&lt;p>Any executable on the PATH that follows this naming pattern will be called by git. To start with a simple example, let&amp;rsquo;s do the traditional &amp;ldquo;hello world&amp;rdquo;. Save the example below as &lt;code>git-hello&lt;/code> in a directory on the PATH.&lt;/p></description></item></channel></rss>