Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

git-pr is the top-level command for interacting with pull requests on a source code hosting platform like GitLab or GitHub. The top-level command git-pr doesn't do anything by itself, instead it delegates all functionality to multiple sub-commands. The available sub-commands to git-pr are:

  • apply
  • approve
  • checkout
  • close
  • create
  • fetch
  • info
  • integrate
  • list
  • set
  • show
  • sponsor
  • test

...