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 [...]
Archive for April, 2009
git add -i
Posted in development on April 9, 2009 | 4 Comments »