From the course: Creating Technical Documentation with GitHub

Unlock this course with a free trial

Join today to access over 24,700 courses taught by industry experts.

Branching and merging strategies

Branching and merging strategies

- [Instructor] In this tutorial we'll be discussing branching and merging. And what is the instance of branching and merging? It allows collaboration, it allows us to collaborate on our project. For an example, we can have two branches, Mr. A branch and Mr. B branch. So whatever Mr. A writes is submitted into Mr. A's branch and whatever Mr. B writes, it'll be submitted into Mr. B's branch and it'll be reviewed before it's added to this main branch. So let's do it together. Click on this plus icon and click Upload Files. Once you do that, you click on Choose Your Files. So let's do it, choose your files. The first one we'll be uploading will be Understanding JavaScript. And make sure you select Create a New Branch. Let's give our new branch a name, Mr. A. So click on Propose Changes. And once that is done, you need to create a pull request so that the admin or whoever is responsible that you're submitting to can know that you are submitted. So create a pull request. Okay, brilliant…

Contents