Feeds:
Posts
Comments

Archive for April, 2009

git add -i

I recently found out about git add’s interactive mode.
Yes, it allows you to add/revert files in/out of the index without typing the filenames … but, more importantly, it allows you to add only certain lines of a file rather than the whole thing.
Just watch GitCast #3 (4:24) and see how useful it can be.
This is [...]

Read Full Post »