This is a cool overview! One suggestion: if you want your links into the Github source to point to the same code in the future, you should change `.../blob/master/...` in all your links to `.../blob/a7cc60b902a2ad3e39f75ae9b4c3ef08712fc171/...` (I just picked the latest commit).
Comments
This is a cool overview! One suggestion: if you want your links into the Github source to point to the same code in the future, you should change `.../blob/master/...` in all your links to `.../blob/a7cc60b902a2ad3e39f75ae9b4c3ef08712fc171/...` (I just picked the latest commit).
And you can press “y” to get that automatically when viewing a file on Github!
cool trick!
I actually like master links better, they will at least try to be up-to-date instead of always behind. this could be discussed in a PR if you care