Posts tagged “Git”
-
Now Read This VII
In this week’s link round-up, we bring you the reasoning behind Typekit’s font-loading strategy, two new CSS grid systems, a fantastic mashuip of Peanuts with Jaws, and the story of a woman ejected from a Houston bar for tweeting something the General Manager didn’t like. Happy reading!
-
Now read this VI
From rethinking grid layouts to an HIV test that fits in your wallet and costs less than $1, we discovered a lot of great links last week.
-
Subtree merge as an alternative to submodules with git svn
Git svn a great tool, but it's not without its limitations. One such limitation is its inability to translate Git submodules into svn:externals. Thankfully, Git offers an alternative that is comparable and plays nicely with Subversion.