-
Notifications
You must be signed in to change notification settings - Fork 4
Developer: Pull Requests
Calder Lund edited this page Jun 2, 2020
·
1 revision
To get code changes merged into master
, there are a few steps that need to be completed:
git checkout master
git pull
git checkout -b <your-branch>
- Make changes
git add <files>
git commit -m "Your message"
git push origin HEAD
- Go to GitHub UI and create a Pull Request from your branch to master
- Add reviewers, labels, projects and description as applicable
- Address comments as they appear in your pull request
- Once changes are approved by reviewers, "Squash and merge" changes into master