From the course: Learning Git and GitHub
Unlock this course with a free trial
Join today to access over 24,800 courses taught by industry experts.
Organizing projects
From the course: Learning Git and GitHub
Organizing projects
- [Instructor] GitHub provides a lot of tools to help you manage projects. Let's take a look at how they work. Now, here's some of the tools available to help you organize things, the first is contributors. You can invite others to work alongside you on a project. That's what really makes GitHub special, the ability to collaborate with other people. Issues allows you to create notes about your project that can be shared and commented by others. They're usually for things that you need to fix. There's a couple of ways that you can organize issues. One is with labels, they'll help you identify the purpose of the issue. And you can add more than one label if you need to. Milestones is for grouping issues into goals that need to be achieved. Finally, projects are a way to take a look at the progress of your work, and see how well you're accomplishing things. Let's go ahead and use these really quick. This is going to be just an…
Contents
-
-
-
-
-
(Locked)
Issues6m 55s
-
Pull requests6m 26s
-
(Locked)
Pull request features9m 17s
-
(Locked)
Finishing your code review3m 45s
-
(Locked)
Using a CODEOWNERS file6m 4s
-
(Locked)
Organizing projects11m 5s
-
(Locked)
Syncing GitHub10m 50s
-
(Locked)
Repository insights8m 51s
-
(Locked)
GitHub shortcut features5m 51s
-
(Locked)
-
-