Tag
Collections
π Sometimes I write down notes for an entire course, class or book. These are broken down into several posts.
Notes tagged: βgitβ
Fix Common Git Mistakes
Stuff I learned from the Egghead course Fix Common Git Mistakes
Analyze Git Logs with the Command Line
Stuff I learned from the Egghead course Analyze Git Logs with the Command Line
Useful Git Commands
How To Make Life Easier When Using Git
Better (Automated) GitHub Workflows
GitHub Tips & Tricks
Missing Semester 06 - Version Control (Git)
Version control systems (VCSs) are tools used to track changes to source code (or other collections of files and folders) π€.
Resurecting a file deleted from a git repo
Sometimes when I'm working in a Git repository, I might delete a file that, it later turns out, I shouldn't have done.