Topic archive
Git
1 item grouped under this topic.
Posts
1 matching essay
December 21st, 2022
125
10 mins
Version Control (Git)
How to use version control _properly_, and take advantage of it to save you from disaster, collaborate with others, and quickly find and isolate problematic changes. No more `rm -rf; git clone`. No more merge conflicts (well, fewer of them at least). No more huge blocks of commented-out code. No more fretting over how to find what broke your code. No more "oh no, did we delete the working code?!".
Continue reading