Explore >> Select a destination


You are here

wpsoftware.net
| | blog.bloomca.me
1.9 parsecs away

Travel
| | The blog of Seva Zaikov
| | etodd.io
2.7 parsecs away

Travel
| | Jujutsu is a new version control system that is backward-compatible with Git. All the cool kids are raving about it. In this article I will try to help you decide whether it's worth investigating. If you use git rebase, the answer to this article's question is probably yes. You will mostly likely love Jujutsu. Proceed to Part Two. Do not pass Go. Do not collect two hundred dollars. If you don't use git rebase, you might still enjoy Jujutsu, but you might wonder, why would I care about all this fancy stuff? All I do with Git is commit and occasionally sync with main... what more could I possibly want?
| | reasonablypolymorphic.com
2.6 parsecs away

Travel
| |
| | ryanharter.com
15.7 parsecs away

Travel
| 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.