Git Hub
Git Hub
Name_SQA
Name_SQA_Branch1
Name_SQA_Branch1
Chandana Wijesuriya (MBA in Project Management, B.Sc sp
Hons IT, CSM®)
2.1 How to create a new branch
Name_SQA
Name_SQA
• Now that you have changes in a branch off of master, you can open a
pull request.
• Pull Requests are the heart of collaboration on GitHub.
• When you open a pull request, you’re proposing your changes and
requesting that someone review and pull in your contribution and
merge them into their branch.
• Pull requests show diffs, or differences, of the content from both
branches. The changes, additions, and subtractions are shown in
green and red.
• As soon as you make a commit, you can open a pull request and start
a discussion, even before the code is finished.
• By using GitHub’s @mention system in your pull request message,
you can ask for feedback from specific people or teams, whether
they’re down the hall or 10 time zones away.
• You can even open pull requests in your own repository and merge
them yourself. It’s a great way to learn the GitHub Flow before
working on larger projects.
• In this final step, it’s time to bring your changes together – merging
your readme-edits branch into the master branch.
1. Click the green Merge pull request button to merge the changes
into master.
2. Click Confirm merge.
3. Go ahead and delete the branch, since its changes have been
incorporated, with the Delete branch button in the purple box.
7. Add the files in your new local repository. This stages them for the
first commit.