Skip to content

Latest commit

 

History

History
19 lines (15 loc) · 3.93 KB

GitHub-Universe-Cloud-Skills-Challenge.md

File metadata and controls

19 lines (15 loc) · 3.93 KB

GitHub Universe Challenge

Octocat

Topic Description Resources
1. Introduction to Git Learn the basics of Git version control Git Introductions
2. How to create and modify a Git project Create and make changes to a Git project GitHub Guides
3. Collaborate with Git Explore collaboration features in Git GitHub Collaboration
4. Edit code through branching and merging Understand branching and merging in Git Git Branching
5. Introduction to GitHub Overview of GitHub and its features GitHub
6. Code with GitHub Codespaces Utilize GitHub Codespaces for coding in the browser GitHub Codespaces
7. Introduction to GitHub Copilot Introduction to GitHub Copilot, an AI-powered assistant GitHub Copilot
8. Using GitHub Copilot with JavaScript Incorporate GitHub Copilot in JavaScript development GitHub Copilot JavaScript Guide
9. Using GitHub Copilot with Python Leverage GitHub Copilot for Python development GitHub Copilot Python Guide
10. Challenge project - Build a minigame with GitHub Copilot and Python Apply Copilot to create a Python minigame Game Development with Copilot
11. Challenge project - Add image analysis and generation capabilities to your application Enhance your project with image analysis and generation Image Processing with Copilot