Explore >> Select a destination


You are here

hidnasio.github.io
| | ryanharter.com
18.5 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.
| | kewah.com
16.9 parsecs away

Travel
| | Practices to write a meaningful commit message.
| | www.cesarsotovalero.net
17.1 parsecs away

Travel
| | Git is the go-to version control system in software development, created by Linus Torvalds in 2005 for Linux kernel development. It's now an indispensable tool for tracking project history and managing versions. This post covers the key Git commands you need to streamline your development workflow.
| | www.bryantwebconsulting.com
91.8 parsecs away

Travel
| A Web Programmer's Exploration: Git Branching Strategy for Web Development