Back to Developer Roadmap

Pull Requests

src/data/roadmaps/git-github/content/[email protected]

4.0530 B
Original Source

Pull Requests

You can use GitHub CLI to manage pull requests with the following commands:

  • gh pr create: Create a new pull request.
  • gh pr merge: Merge a pull request into the target branch.
  • gh pr list: List all pull requests for a repository.
  • gh pr view: View details of a specific pull request.

Visit the following resources to learn more: