Protocol.Land Docs
HomeBlogGit Repo
  • 👋Welcome to Protocol.Land
  • 🗄️Working with Repositories
    • Create a new repository
    • Fork a repository
    • Clone a repository
    • Import a repository from GitHub
    • Create a new branch
    • Update a repository’s general information
    • Add contributors to a repository
    • Tokenization
  • 📁Working with Files
    • Create a new file
    • Add file/ files
    • Edit a file
  • 💻Working with Pull Requests
    • Create a new pull request
    • Create a new pull request from a fork
    • Add reviewers to a pull request
    • Approve a pull request
    • Comment on a pull request
    • Merge a pull request
    • Close a pull request
    • Reopen a pull request
  • 📄Working with Issues
    • Create a new issue
    • Assign an issue
    • Comment on an issue
    • Close an issue
    • Reopen an issue
    • Create a new bounty
    • Close a bounty
  • 🚀Working with Deployments
    • Deploy a static page
    • Assign an ArNS name
  • working with organizations
    • Create a new organization
    • Create a new repository
    • Import a repository from GitHub
    • Add members to organization
    • See List of Organizations you are part of
    • Transfer your repo to organization
  • ℹ️Working with Profiles
    • Customize your profile details
    • Add a README for your profile
    • Explore contribution activity
Powered by GitBook
On this page
Edit on GitHub
  1. Working with Pull Requests

Merge a pull request

Merge a pull request using the web UI.

PreviousComment on a pull requestNextClose a pull request

Last updated 1 year ago

Merging is the final step in collaborating on a pull request, signifying that the proposed changes are accepted. On merging, the changes from the head (proposed) branch are merged into the base branch/ main codebase.

Follow these steps to merge a pull request on Protocol.Land:

  1. Navigate to the Pull Requests tab on the main page of the repository.

  2. By default, the list of open pull requests are displayed.

  3. Click on the pull request you wish to merge from the list.

  4. You will be redirected to the main page of the pull request.

  5. Click “Merge pull request” located at the bottom of the pull request timeline on the main page of the pull request.

  6. The changes from the compared head branch are then applied to the base branch.

  7. The status of the pull request is set to “merged” and it is moved to the list of closed pull requests.

  8. The pull request timeline on the "Overview" tab is updated with the details of the merge.

💻