Git-ten it from all around
Some folk say you should find one good teacher or one good course and stick with it. My view on that is rubbish. You need to buzz around and take from each source what is most useful to you. Take learning about Git and GitHub for example. I fished around and finally found Programing with Mosh as my initial savior. He explains everything bit by bit and slowly. Good for an old geezer like me. But good as his tutorial may be, there were some confusing aspects; at least for me. See, I started using PyCharm as my IDE while Mosh uses VS Code. When you create a "Project" in PyCharm, it generates a project folder with a .venv (virtual environment) folder inside of it. So which folder do I do my $_git_init in? The master one or the included .venv? Confusing. No? However, switching over to Nick White's Git Tutorial For Dummies , I found one tiny utterance by him that clears up the confusion. He says, "Git is your memory card [boom!]". Mosh never explained that concep...