2022, week 22

Created: by Pradeep Gowda Updated: Jun 01, 2022 Tagged: weekly

Monday, 2022-05-30 to Sunday, 2022-06-05

From around the web

We’re a listener-supported, commercial-free internet-only radio station.

This means no advertising or annoying commercial interruptions. Our mission is to search out and expose great new music to people who otherwise may never encounter it.

There’s already loads of articles out there on git internals, so what’s different about this one? Two things:

  1. We’re going to avoid the lower level ‘plumbing’ git commands and limit ourselves to the five most common ‘porcelain’ commands: git {init, add, commit, branch, checkout}. All other work will be done using standard command line utilities.
  2. Using the R packages git2r and tidygraph, we’ll dynamically build up a picture of the connections between git’s objects to help understand how they are tied together.