Friday, April 9, 2021

Talk Python to Me: #311 Get inside the .git folder

These days Git is synonymous with source control itself. Rare are the current debates of whether to use git vs SVN vs some fossil like SourceSafe vs you name it. But do you know how Git works? What about it's internals? I'm sure you've seen a .git folder in your project's root. But to most folks, it's a black box. <br/> <br/> In this episode, you'll meet Rob Richardson. He's going pop the lid on that black box as we dive into git internals and the .git folder, among other things source control.<br/> <br/> <strong>Links from the show</strong><br/> <br/> <div><b>Rob's Site</b>: <a href="https://robrich.org/" target="_blank" rel="noopener">robrich.org</a><br/> <b>Rob on Twitter</b>: <a href="https://twitter.com/rob_rich" target="_blank" rel="noopener">@rob_rich</a><br/> <br/> <b>YouTube Live Stream Recording</b>: <a href="https://www.youtube.com/watch?v=gdY_RpY2oyU" target="_blank" rel="noopener">youtube.com</a><br/> <br/> <b>Talk at PWC</b>: <a href="https://ift.tt/3t50NlI" target="_blank" rel="noopener">loudswarm.com</a><br/> <b>Git Explorer App</b>: <a href="https://ift.tt/2Qa9VXo" target="_blank" rel="noopener">github.com</a><br/> <b>Pre-commit framework</b>: <a href="https://pre-commit.com/" target="_blank" rel="noopener">pre-commit.com</a><br/> <b>.gitignore project</b>: <a href="https://ift.tt/taoVDr" target="_blank" rel="noopener">github.com</a><br/> <b>git-hooks project</b>: <a href="https://ift.tt/1Pjy8PS" target="_blank" rel="noopener">npmjs.com</a><br/> <b>Git Source Control</b>: <a href="https://git-scm.com/" target="_blank" rel="noopener">git-scm.com</a><br/> <b>SVN</b>: <a href="https://ift.tt/1jmc6ft" target="_blank" rel="noopener">subversion.apache.org</a><br/> <br/> <b>Oh My Posh Shell</b>: <a href="https://ohmyposh.dev/" target="_blank" rel="noopener">ohmyposh.dev</a><br/> <b>Oh My ZSH Shell</b>: <a href="https://ohmyz.sh/" target="_blank" rel="noopener">ohmyz.sh</a><br/> <br/> <b>Oh !*#! Git Site</b>: <a href="https://ohshitgit.com/" target="_blank" rel="noopener">oh*!#!git.com</a><br/> <b>Work-safe version</b>: <a href="https://ift.tt/3wBS7pb" target="_blank" rel="noopener">dangitgit.com</a><br/></div><br/> <strong>Sponsors</strong><br/> <br/> <a href='https://ift.tt/2PVc9qH Python Training</a>

from Planet Python
via read more

No comments:

Post a Comment

TestDriven.io: Working with Static and Media Files in Django

This article looks at how to work with static and media files in a Django project, locally and in production. from Planet Python via read...