VirtualTam's bookmarks

  1. Git Immersion 2016-07-04

    Step-by-step Git tour with practical examples/exercises

    https://github.com/edgecase/git_immersion

  2. Git repository browser providing several colourful views:

    • file tree w/ revisions
    • different kinds of log
    • blame - when highlighting a line, displays the corresponding diff in a side pane

    see http://jonas.nitro.dk/tig/manual.html

  3. ... et elle a bien raison !

  4. A GitHub-like contributions calendar, but locally, with all your git commits

  5. git worktree 2015-08-21

    "check out more than one branch at a time"

    Useful if you're simultaneously working on several versions / branches of the same repository ;-)