https://github.com/indra87g/skills-introduction-to-github
My clone repository
https://github.com/indra87g/skills-introduction-to-github
Last synced: about 2 months ago
JSON representation
My clone repository
- Host: GitHub
- URL: https://github.com/indra87g/skills-introduction-to-github
- Owner: indra87g
- License: mit
- Created: 2023-11-17T11:52:31.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-11-17T11:59:59.000Z (over 1 year ago)
- Last Synced: 2025-01-14T10:55:25.308Z (4 months ago)
- Size: 809 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Introduction to GitHub
_Get started using GitHub in less than an hour._
## Step 4: Merge your pull request
_Nicely done! :sunglasses:_
You successfully created a pull request. You can now merge your pull request.
**What is a merge?**: A _[merge](https://docs.github.com/en/get-started/quickstart/github-glossary#merge)_ adds the changes in your pull request and branch into the `main` branch. For more information about merges, see "[Merging a pull request](https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/incorporating-changes-from-a-pull-request/merging-a-pull-request)."
As noted in the previous step, you may have seen evidence of GitHub Actions running which automatically progresses your instructions to the next step. You'll have to wait for it to finish before you can merge your pull request. It will be ready when the merge pull request button is green.

### :keyboard: Activity: Merge the pull request
1. Click **Merge pull request**.
2. Click **Confirm merge**.
3. Once your branch has been merged, you don't need it anymore. To delete this branch, click **Delete branch**.
4. Wait about 20 seconds then refresh this page (the one you're following instructions from). [GitHub Actions](https://docs.github.com/en/actions) will automatically update to the next step.
**Note**: Check out the **Finish** step to see what you can learn next!
---
Get help: [Post in our discussion board](https://github.com/orgs/skills/discussions/categories/introduction-to-github) • [Review the GitHub status page](https://www.githubstatus.com/)
© 2023 GitHub • [Code of Conduct](https://www.contributor-covenant.org/version/2/1/code_of_conduct/code_of_conduct.md) • [MIT License](https://gh.io/mit)