5 years ago I made my first course and it was on Git. I learned a lot about making courses, video editing, sound editing and how people learn! Because I like to focus on core stuff example Vanilla JavaScript instead of libraries and frameworks, I rarely have to update things. Infact this course is still relevant and has had only 1 minor update during it’s
Easy Peasy Git for Github with clix
Original Question asked by student Is there a way to show that folder structure in git? I’m struggling to visualize how it looks in git and how we would push that structure to git. Are there instructions for how to create the structure on our computers then push it to git? Answer Git is a version control tool. For example when you write an essay
Gitting to Git
I recently finished up Introduction to Git which is a Git course on Learnable. It’s a 2 hour project based course that takes you from knowing NO Git to working with Git locally on your computer and on Github as a means of version control. The course has 9 core project lessons and an introductory and conclusion lesson as well. The chunk of the course
Simple beginners git workflow
This is a tiny workflow for those just starting out with git. It combines pushing a local folder to github initially and then pushing changes made to code files (example index.html)