/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

garylarizza.com
| | initialcommit.com
2.4 parsecs away

Travel
| | Learn to setup a local Git environment by installing Git and using the Git config command.
| | tannerdolby.com
1.5 parsecs away

Travel
| | To begin contributing to open-source software, you might want to become familiar with Git. Understanding the workflow of creating your own local copy of a repository and keeping it up to date with the upstream repository is integral to start contributing in public projects.
| | ryanharter.com
2.1 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.
| | bengarvey.com
7.1 parsecs away

Travel
| [AI summary] A practical guide to a simplified, safe workflow for managing version control with Git.