From the course: Learning GitHub

Unlock this course with a free trial

Join today to access over 25,500 courses taught by industry experts.

What is GitHub?

What is GitHub? - GitHub Tutorial

From the course: Learning GitHub

What is GitHub?

- [Instructor] Now that we are talking about Git, let's turn our attention to GitHub. In a nutshell, GitHub is an online platform where developers can work together. Think of it like a giant cloud-based workspace where you can store your code, collaborate with others, and manage your entire development workflow. At its core, GitHub lets you upload your Git repositories and share them with the world or just your team. But GitHub is not just a place to host your code, it's much more than that. With GitHub, you can track bug and feature request using issues, organize your work using dashboards and combat dashboard review and integrate changes with pull request. Automate your workflow with GitHub actions and even write code directly in the browser using GitHub Codespaces. So while it's a powerful tool for developers, it's also incredibly useful for project managers, product owners, designer, and anyone involved with the software development process. In this course, we will focus on using…

Contents