@@ -4174,6 +4174,12 @@ <h2>Git resources</h2>
41744174 plenty of code snippets to get you up to speed with Git.</ p >
41754175</ li >
41764176< li >
4177+ < p > < a href ="https://codewords.recurse.com/issues/two/git-from-the-inside-out "> Git from the inside out</ a >
4178+ demonstrates how Git's graph-based data structure produces certain behavior
4179+ through example Git commands. This is a highly recommended read after you've
4180+ grasped the basics and are looking to go deeper with Git.</ p >
4181+ </ li >
4182+ < li >
41774183< p > < a href ="http://gitready.com/ "> git ready</ a > has a nice collection of blog posts based on
41784184 beginner, intermediate and advanced Git use cases.</ p >
41794185</ li >
@@ -5498,6 +5504,12 @@ <h1>Change Log</h1>
54985504< h2 > 2015</ h2 >
54995505< h3 > March</ h3 >
55005506< ul >
5507+ < li > Added new < a href ="/source-control.html "> source control</ a > resources.</ li >
5508+ < li > Major site performance improvements. I removed font awesome and replaced
5509+ icons with SVG elements that mimic the font awesome icons.</ li >
5510+ < li > Pushed the < a href ="https://github.com/makaimc/fullstackpython.github.com/commit/2fc711b44ffed89c9855f4f999d4c1df076bc44d "> 1000th commit</ a >
5511+ to Full Stack Python!
5512+ < img src ="theme/img/1000th-commit.jpg " width ="100% " alt ="Screenshot of 1000th commit to Full Stack Python. " class ="technical-diagram " /> </ li >
55015513< li > Major update to < a href ="/vim.html "> Vim</ a > page to add screenshots, a better example
55025514 .vimrc configuration and many more resources.</ li >
55035515< li > Updated the < a href ="/web-analytics.html "> web analytics</ a > page with a new
@@ -5684,7 +5696,7 @@ <h3>April</h3>
56845696< li >
56855697< p > New logo! This one's way more Python software stack, way less boring
56865698 folder-thingy. Here's how the old one looked in comparison:
5687- < img src ="theme/img/old-logo.png " width ="100% " alt ="Old Full Stack Python logo " class ="technical-diagram " /> </ p >
5699+ < img src ="theme/img/old-logo.png " width ="100% " alt ="Old Full Stack Python logo " class ="technical-diagram " /> </ p >
56885700</ li >
56895701< li >
56905702< p > Added a < a href ="../future-directions.html "> future direction</ a > section to explain
0 commit comments