<?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 Shivanand Velmurugan — Product leader. Systems thinker.</title>
		<link>https://shiv.me/tags/git/</link>
		<description>Recent content in Git on Shivanand Velmurugan — Product leader. Systems thinker.</description>
		<generator>Hugo</generator>
		<language>en</language>
		
		
		
			<copyright>© Shivanand Velmurugan</copyright>
		
		
			<lastBuildDate>Thu, 29 Dec 2016 00:00:00 +0000</lastBuildDate>
		
			<atom:link href="https://shiv.me/tags/git/index.xml" rel="self" type="application/rss+xml" />
			<item>
				<title>Working with large C codebases</title>
				<link>https://shiv.me/posts/2016/working-with-large-c-codebases/</link>
				<pubDate>Thu, 29 Dec 2016 00:00:00 +0000</pubDate>
				<guid>https://shiv.me/posts/2016/working-with-large-c-codebases/</guid>
				<description>&lt;h3 id=&#34;searching-for-symbols&#34;&gt;Searching for symbols&lt;/h3&gt;&#xA;&lt;p&gt;The product that I work on, has over 22 million lines of source &amp;ndash; most of it a nightmare. I use vim as my editor of choice &lt;sup id=&#34;fnref:1&#34;&gt;&lt;a href=&#34;#fn:1&#34; class=&#34;footnote-ref&#34; role=&#34;doc-noteref&#34;&gt;1&lt;/a&gt;&lt;/sup&gt;. Both cscope and ctags (integrated into vim), allow me to quickly move between files and lookup definitions of symbols, and help in understanding the challenge-du-jour.&lt;/p&gt;&#xA;&lt;p&gt;Throw in fuzzy find capabilities of the most awesome &lt;a href=&#34;https://github.com/kien/ctrlp.vim&#34;&gt;Ctrl+p plugin&lt;/a&gt;, and vim becomes the best &amp;lsquo;IDE&amp;rsquo; out there!&lt;/p&gt;</description>
			</item>
			<item>
				<title>Getting git status on multiple directories</title>
				<link>https://shiv.me/posts/2014/git-status-multiple-directories/</link>
				<pubDate>Mon, 31 Mar 2014 00:00:00 +0000</pubDate>
				<guid>https://shiv.me/posts/2014/git-status-multiple-directories/</guid>
				<description>&lt;p&gt;At any given time, I have a handful of git repositories that I work on. While typing in the command-line is great, it getting tiring when you have a several directories that you have to manually change to and check. The &amp;ldquo;git status&amp;rdquo; command can take the git repo and the working directory as input. That, and a little bash programming to the rescue.&#xA;The following command, executes git status in every subdirectory that is a git repository.&lt;/p&gt;</description>
			</item>
			<item>
				<title>Beautiful git logs and listing files in a commit</title>
				<link>https://shiv.me/posts/2012/git-logs-and-files-in-a-commit/</link>
				<pubDate>Wed, 26 Sep 2012 00:00:00 +0000</pubDate>
				<guid>https://shiv.me/posts/2012/git-logs-and-files-in-a-commit/</guid>
				<description>&lt;p&gt;Working with git is fun. However, it is easy to get tired of the log list of parameters one has to use to very often. Git aliases are a great way to deal with this.&lt;/p&gt;&#xA;&lt;script src=&#34;https://gist.github.com/shiva/3791502.js?file=git-config-alias.txt&#34;&gt;&lt;/script&gt;&#xA;&#xA;&#xA;&lt;p&gt;For instance, the standard git log, it pretty much useless in any large project, where there are several hundred commits in a day. Most often, the commit you are looking for in probably several pages deep.&lt;/p&gt;</description>
			</item>
	</channel>
</rss>
