A beginner's Guide to Git. A guide to time travel

from blog Just Some Code, | ↗ original
Do you store your files on folders named after the date of your changes? I did it back in school with my class projects. There’s a better way! Let’s use Git and GitHub to version control our projects. $ ls Project-2020-04-01/ Project-Final/ Project-Final-Final/ Project-ThisIsNOTTheFinal/ Project-ThisIsTheTrueFinal/ 1. What is a Version Control...