The purpose of this guide is to give you the basic information you need to get going with GitHub. This guide is intended to be used for GitHub in a common configuration. It is not the end all and be all of the information available to help you succeed with GitHub, but is a curated list of the following GitHub resources as well as other public sources of information:
GitHub is more than "version control"; it is an all-inclusive and unified collaboration platform:
- 💻 Get Distributed
- ⚙️ Get Installed *
- 🔧 Get Configured *
- 📁 Get Organized
- 🔑 Get Access
- 🔩 Get Setup
- 🌊 Get Flowing
- ✅ Get Managing
- 📚 Get Documented
- 🔗 Get Integrated
- ⬆️ Get Upgraded *
- 📢 Get Informed
- 🆘 Get Help
- 🌐 Get Open Sourcing
* ENTERPRISE ONLY
Get familiarized with why modern distributed version control is an improvement over traditional centralized version control
-
About Version Control (Distributed vs. Centralized)
-
Git Basics (Snapshots vs. Differences)
-
Intro to Distributed Version Control (vs. Centralized Version Control)
Get your GitHub Enterprise instance installed and on a virtualization platform of your choice
Get your GitHub Enterprise instance configured with the right authentication and backup infrastructure for your environment
-
Recommended architecture:
Get your people and code organized to optimize discoverability and reuse
-
Organizing People for Successful Collaboration (5 min video)
-
Why organization structure matters
-
The immediate instinct may be to create an organization for every project or department at your company, leading to many divided groups that function in GitHub as siloes
-
This may seem like a good way to manage permissions and reduce noise, but it’s not always the ideal strategy
-
In fact, it is detrimental to cross-team collaboration and can result in administrative headaches down the line
-
Instead of creating many organizations and siloing users, we suggest using one or few organizations for shared ownership of repositories and making use of teams to segment users within those organizations -- e.g.: Google; Microsoft
-
Get access and permissions in place to satisfy your security policies
Get Git and GitHub setup for the first time
-
GitHub Desktop: Extend your GitHub workflow beyond your browser
-
Atom: A customizable text editor
-
GitHub for Atom: Git and GitHub integration inside Atom
Get your work flowing to the right people and reviewed by the right people
-
e.g. @ Electron
Get your work and projects managed from start to finish
-
Describing and discussing work:
-
Planning and tracking work:
Get information about your work and projects documented to share right next to your code
-
Wikis -- e.g. : D3 ; Netflix Hystrix ; Projects with great wikis
-
GitHub Pages -- e.g. : Facebook React Native ; Twitter ; Best Buy ; GitHub Pages examples
Get integrated with the rest of your development pipeline
Get informed on what's new with GitHub
Get your GitHub Enterprise instance upgraded to the latest release
Get enabled on the basics of Git and GitHub
-
On Demand Training : GitHub Learning Resources ; Learning Path
-
GitHub Guides @ YouTube : Git Basics • Training ; Git and GitHub with Briana Swift (videos)
Get dedicated help from GitHub to support your continued success
Get help from the GitHub community
Get collaborating with the Open Source community