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

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