Skip to content

Pull Requests using Gitpod

sakshi1499 edited this page Nov 16, 2019 · 1 revision

Pull Requests using Gitpod

You can easily raise pull requests in Gitpod by following the steps below:

  1. Open the Issues' Page and look for the issue for which you want to create a pull request.

  1. Add gitpod.io/# in front of the URL and let the Gitpod workspace to load.

  1. In the workspace make changes. Then click on Git on the extreme left vertical bar.

  1. Look at the changes you have made.

  2. Next step is to create a Pull Request.

  1. Click on Pull Request on the extreme right vertical bar.

  2. You will see an alert prompt that your current branch has no remote tracking branch.

  1. Click on Publish Changes

Gitpod creates a remote branch on GitHub and synchronizes it with your local branch.

  1. Change title and description of the PR

The last step now

  1. Click create Pull Request
Clone this wiki locally