Practicing and exploring
Test your knowledge and understanding by answering some questions, getting some hands-on practice, and exploring the topics covered in this chapter with deeper research.
Exercise 3.1 – Online-only material
Learn more about Git and Visual Studio at the following link: https://learn.microsoft.com/en-us/visualstudio/version-control/?view=vs-2022.
Free GitHub training is available at the following link: https://learn.microsoft.com/en-us/training/github/.
If you want to prove that you have GitHub skills, then GitHub certifications are available:
- GitHub Foundations: This exam covers collaboration, GitHub products, Git basics, and working within GitHub repositories.
- GitHub Copilot: This exam evaluates your skill in using the AI-driven code completion tool in various programming languages, certifying your capability to optimize software development workflows efficiently.
- GitHub Actions: Test your skills in streamlining...