

gitconfigs in the future (or alternatively version control your dotfiles, of course). It currently features a history viewer much like gitk and a commit GUI like git gui. And then save a copy to a Gist or other code snippet tool so you can copy & paste it into.
#Gist it gitx for mac os
If there's a Git Java library, you can modify SVN Time Lapse View to use it. GitX GitX is a git GUI made for Mac OS X. Unfortunately neither of them worked for me on a local repository :-(
#Gist it gitx full
If you are on a mac, you might want to try GitX Other than that, Im not making full sense of your question but it seems like the gist of it. I created git-time-lapse-view based on svn-time-lapse-view here:

There are also keyboard shortcuts for navigation to previous/next revisions. It highlights changes for the current revision, and also names the person who last edited a line, svn blame-style. It's not quite a slider, but the Git bundle for TextMate lets you browse revisions for a single file via a dropdown menu. You may want to spend some time exploring git log command and gitk ( gitk works with many of the same options as git log). Answer (1 of 3): Gists are mostly single-file small scripts / steps-to-follow (guide) that you’d like anyone to access to.

Best if you have your terminal set up to show stuff colorized. Which will show all the full diffs that have occurred to that file, and which sha hash they were done at (from latest to earliest). Thus you can see how a file evolved, and you can easily find the revision at which lines appeared, disappeared, or changed.įrom the command line, I suggest one way: git whatchanged -p pathToACertainFile As you scroll, you are shown a visual diff of the current revision and the previous revision. SVN Time-Lapse View is a cross-platform viewer that downloads all revisions of a file and lets you scroll through them by dragging a slider.
