Source Control does not just apply to software. Any concept that you can apply the terms “draft” and “revision” to, could have source control applied to it. Our source control software we talk about today is generally associated with software, however.
We’ve been exposed to it over time, as it is Xcode IDE’s default repository of choice.
To have a relationship at the IDE level, of course, is ideal for a Source Control system, to allow for …
- versioning
- collaboration
- software review
- software consolidation
- software security and protection
… a list that you would intimate are useful qualities for company projects with software code written by more than one person. Even with just one person, Source Control can be very helpful, especially the versioning qualities of what it can achieve.
There is a learning curve with just about all Source Control software, and Git (or GitHub) is no exception, but here is a good link to start with.
You will learn about “branches” and pulling requests” and “checking out” and checking in” amongst many other concepts.
Today, with our slideshow we touch on …
- software download
- install
- Mac GUI interface install
- SSH key setup
- first tutorial (of use)
If this was interesting you may be interested in this too.
2 Responses to GitHub Source Control Primer Tutorial