GitHub User Guide for MCTs
Cloud services, such as Microsoft Azure, are updated frequently which leads to challenges for Microsoft Certified Trainers (MCTs) as they teach courses and labs steps no longer match our cloud services. . Due to the frequency of the changes and the fact that there may not be any notification when changes occur, it can be difficult for the course development team to quickly identify and adjust for the lab changes.
To address these issues, we are using GitHub to publish the lab steps and lab scripts for courses that cover cloud services like Azure. Using GitHub allows the course’s authors and MCTs to keep the lab content current with the cloud service changes. Using GitHub allows MCTs to provide feedback and suggestions for lab changes, and then the course authors can promptly update lab steps and scripts promptly.
When you prepare to teach these courses, you should ensure that you are using the latest lab steps and scripts by downloading the appropriate files from GitHub.
This user guide is for MCTs who are new to GitHub. It provides steps for connecting to GitHub, downloading and printing course materials, updating the scripts that students use in labs, and explaining how you can help ensure that a course’s content remains current.
Note: Microsoft Learning support for accessing files on GitHub and support for navigation of the GitHub site is limited to MCTs teaching this course only.
GitHub should not be used to discuss technical content in the course, or how to prep for the course or its labs. It is specifically to address changes in the labs.
Note: To address general comments about the course and demos, or how to prepare for the course, please use the MCT forums.
Sections
-
Receiving update notifications and collaborating on projects
-
Suggest changes or submit an issue to lab instructions
GitHub Terminology
GitHub introduces terminology that might be new to you. The following list includes terms and concepts used throughout this document. However, for a full list of GitHub terms, refer to the GitHub Glossary.
Receiving update notifications, suggesting changes, and collaborating on projects
You can configure your GitHub experience so that you receive notifications when updates occur to a GitHub repo. There are several ways in which you can sign up for notifications, and many of them relate to the many ways that you can collaborate on a project. To receive notifications, you can perform the following actions.
| Action | Description |
|---|---|
| Watch repositories | When you watch a repository, GitHub automatically subscribes you to notifications for any new pull requests or issues that are created for that specific repository. You automatically watch any repository that you create or for which you are a collaborator. |
| Pull request | When you create a pull request and propose that the owners of a repo accept a change that you make, you automatically subscribe to receive notifications for the related discussion about the pull request. To create a Pull request, you must first create a branch. |
| Comments | When you make comments about another person’s pull request, GitHub subscribes you automatically to the forum that pertains to that comment, or you can manually subscribe to the forum. |
| Issues | An issue is a suggestion, question, or request that pertains to a repository. Each issue has its own discussion, and you can subscribe to issues, or GitHub automatically subscribes you to issues that you create. |
| Mentions | When another user mentions you in a conversation, using your GitHub user name (@username), GitHub automatically subscribes you to the discussion. |
Note: You can modify how and when you receive notifications, and you also can unsubscribe to any or all discussions.
Submit Issues or suggest changes to lab instructions
If you have a suggestion or encounter an error in a lab, you can either submit a pull request and log an issue. If you already know the fix for the error, then we recommend you submit a pull request; otherwise, submit an issue.
