Explore >> Select a destination


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.
| | 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.
| | 4bes.nl
1.8 parsecs away

Travel
| | So you have been working with PowerShell. You want to get started with GIT. This is a step-by-step guide about how to start using GIT with PowerShell.
| | blog.foletta.net
12.8 parsecs away

Travel
| [AI summary] This technical article explores the internal data structures and fundamental constructs of Git, explaining how it manages source control through blobs, trees, commits, branches, and the index.