From the course: Complete Guide to Git
Unlock the full course today
Join today to access over 24,600 courses taught by industry experts.
Collaborating on open-source projects - Git Tutorial
From the course: Complete Guide to Git
Collaborating on open-source projects
- [Instructor] In this movie, we will look at how to collaborate on open-source projects. We've been discussing collaboration on private projects where developers have both read and write access to the repository. They can push commits directly to a remote branch. This approach is common inside companies and other small teams. These are usually private repositories, and the administrators control which developers are granted access to the code. There are also many open-source project repositories, and they work a little differently. The whole world can view the repository. That's what open-source means, but it would be chaos if just anyone could make edits to the project. Typically, only a small number of designated project leaders are given write access. If you aren't able to push commits to the project directory, then you may be wondering, how can you collaborate on one of these open-source projects? The specifics are different for every project, but there are common strategies. You…
Practice while you learn with exercise files
Download the files the instructor uses to teach the course. Follow along and learn by watching, listening and practicing.
Contents
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
(Locked)
Working with a remote2m 44s
-
(Locked)
Push changes to a remote5m 10s
-
(Locked)
Fetch changes from a remote4m 23s
-
(Locked)
Merge in fetched changes2m 44s
-
(Locked)
Work with new remote branches5m 54s
-
(Locked)
Push to an updated remote branch2m 50s
-
(Locked)
Delete a remote branch4m 14s
-
(Locked)
Prune stale branches4m 12s
-
(Locked)
Collaboration workflow5m 58s
-
(Locked)
Collaborating on open-source projects2m 57s
-
(Locked)
-
-
-
-
-
-