... until the collector arrives ...

This "blog" is really just a scratchpad of mine. There is not much of general interest here. Most of the content is scribbled down "live" as I discover things I want to remember. I rarely go back to correct mistakes in older entries. You have been warned :)

2011-03-01

View dangling GIT commits in GITK

You can use GITK to view commits that have no external references by using this command:

gitk --all $(git log -g --pretty=format:%h)

Blog Archive