git

Thumbnail

meld – cvs diff with ease

2012/10/17

There are couple of ways to make life easier with CVS diff. But here is one that is really good. First if you haven’t, install meld: sudo yum install meld meld is basically a diff viewer and pretty …

Ignore CVS and svn directories in bash autocompletion.

2012/07/07

CVS and SVN directories are something that really cause lot of un-necessary nuisance. So, simple solution just ignore them 🙂

kernel source code — the easier way to get it with git.

2010/02/04

The simplest way to get the kernel code is : […] git clone git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6.git […] If you want to get the other branches then head over …

Get list of git repositories from command line.

2009/10/04

Earlier I had posted a small blog on teamgit. The problem still is that you have to manually go to the git.kernel.org page and get the list of the repo’s that you can download. How about a …


This website uses cookies to ensure you get the best experience on our website. Learn more Got it