- "git stash"
Not to mention StGit, which can achieve many of the same things as "git stash" while also letting you toy with your changeset history (which is definitely permissible on personal repos).
- visualise things with gitk - search with gitk for specific bits of code, changes (pickaxe), etc
Not to mention tig, the wonderful ncurses (i.e., Terminal-based) tool recently announced on this mailing list.
(and "git grep", of course) --Ted -- Ted Pavlic <ted@xxxxxxxxxxxxx> Please visit my ALS association page: http://web.alsa.org/goto/tedpavlic My family appreciates your support in the fight to defeat ALS. -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html