- COURSE
GitHub Foundations (GH-900T00)
Price: $675.00
Duration: 1 day
Certification:
Exam: GitHub Foundations
Continuing Education Credits:
Learning Credits:
GitHub Foundations introduces you to the fundamental concepts, features, and products of GitHub. You'll discover the benefits of using GitHub as a collaborative platform and explore its core features, such as repository management, commits, branches, and merging. Through curated modules and hands-on exercises, you'll gain a solid understanding of GitHub's essential tools and be well-equipped to start contributing to projects and collaborating effectively within GitHub.
Upcoming Class Dates and Times
All Sunset Learning courses are guaranteed to run
- Please Contact Us to request a class date or speak with someone about scheduling options.
Course Outline and Details
Prerequisites
- GitHub Account
- A GitHub Account with an active subscription for GitHub Copilot is required for either your personal GitHub account or a GitHub account managed by an organization or enterprise. For learning purposes, the Copilot Free option with usage limits should be sufficient.
- Administrative access to your GitHub organization or GitHub Enterprise
Target Audience
- Administrator
- DevOps Engineer
Course Objectives
This course in intended for students who want to understand and GitHub best practices. You will understand the fundamental features of GitHub, learn about repository management, gain an understanding of the GitHub flow, including branches, commits, and pull requests. Additionally, you will explore the collaborative features of GitHub by reviewing issues and discussions and be able to manage your GitHub notifications and subscriptions.
Course Outline
GitHub Foundations Part 1 of 2
Introduction to Git
- What is version control?
- Exercise – Try out Git
- Basic Git commands
Introduction to GitHub
- What is GitHub?
- Components of the GitHub flow
- GitHub is a collaborative platform
- GitHub platform management
- Exercise – A guided tour of GitHub
Introduction to GitHub's Products
- GitHub accounts and plans
- GitHub Mobile and GitHub Desktop
- GitHub billing
- License Usage Stats
- License Usage Stats in Machine and Peripheral Devices
- Metered Usage Reports
Configure code scanning on GitHub
- What is code scanning?
- Enable code scanning with third party tools
- Configure code scanning
- Configure code scanning exercise
Introduction to GitHub Copilot
- GitHub Copilot, your AI pair programmer
- Interact with Copilot
- Set up, configure, and troubleshoot GitHub Copilot
- Exercise – Develop with AI-powered code suggestions by using GitHub Copilot and VS Code
Code with GitHub Codespaces
- The Codespace lifecycle
- Personalize your Codespace
- Codespaces versus GitHub.dev editor
- Exercise – Code with Codespaces and Visual Studio Code
Manage your work with GitHub Projects
- Projects versus Projects Classic
- How to create a project
- How to organize your project
- How to organize and automate your project
- Insight and automation with projects
Communicate effectively on GitHub using Markdown
- What is Markdown?
- Exercise – Communicate using Markdown
GitHub Foundations Part 2 of 2
Contribute to an open-source project on GitHub
- Identify where you can help
- Contribute to an open-source repository
- Exercise – Create your first pull request
- Next steps
Manage an InnerSource program by using GitHub
- How to manage a successful InnerSource program
- Exercise – InnerSource fundamentals
Maintain a secure repository by using GitHub best practices
- How to maintain a secure GitHub repository
- Automated security
- Exercise – Secure your repository's supply chain
Introduction to GitHub administration
- What is GitHub administration?
- How does GitHub authentication work?
- How does GitHub organization and permissions work?
- Managing enterprise access, permissions, and governance
Authenticate and authorize user identities on GitHub
- User identity and access management
- User authentication
- User authorization
- Team synchronization
Manage repository changes by using pull requests on GitHub
- What are pull requests?
- Exercise – Reviewing pull requests
Search and organize repository history by using GitHub
- How to search and organize repository history by using GitHub
- Exercise – Connect the dots in a GitHub repository
Using GitHub Copilot with Python
- What is GitHub Copilot?
- Exercise – Set up GitHub Copilot to work with Visual Studio Code
- Use GitHub Copilot with Python
- Exercise – Update a Python web API with GitHub Copilot