/explore

Click through on any links that interest you or select the planets on the right to continue exploring the Outer Web.
You are here

initialcommit.com
| | techblog.izotope.com
2.3 parsecs away

Travel
| | Nick Donaldson Version control is an indispensable tool in modern software development, and Git is one of the most popular and widely used version control systems available today. However, despite its pervasiveness, many development teams do not use Git to its full potential, often due to a lack of a well constructed and adhered-to Git...
| | ryanharter.com
3.0 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.
| | aeturrell.github.io
3.3 parsecs away

Travel
| |
| | blog.teamleadnet.com
15.4 parsecs away

Travel
| After a little practise, Git can be fully utilised from the command line without any GUI. Adding, committing, pulling, and pushing is part ...