|
You are here |
blog.nelhage.com | ||
| | | | |
maryrosecook.com
|
|
| | | | | This essay explains how Git works. (If you'd rather absorb the same information as a talk, you can watch this video instead.) | |
| | | | |
v5.chriskrycho.com
|
|
| | | | | Jujutsu (`jj`) is a new version control system from a software developer at Google. I have been using it full time for 6 months. Here's why you should switch, too. | |
| | | | |
ejpcmac.net
|
|
| | | | | ||
| | | | |
ryanharter.com
|
|
| | | This is the second post in my Start to Finish series. You can check out my first post introducing the series and my tools here. What is SCM? SCM, or source code management, is a system that helps developers manage the source code for their projects. They have been around forever, things like CVS, Subversion (SVN) and now Git are the popular ones. SCMs allow you to version your source code, which is why they are also called Version Control Systems. | ||