Skip to content

Commit

Permalink
doc: Add more description to av-pr-create (#151)
Browse files Browse the repository at this point in the history
  • Loading branch information
draftcode committed Jun 5, 2023
1 parent df588be commit 11fe9a2
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion docs/av-pr-create.1.md
Expand Up @@ -11,7 +11,14 @@ av-pr-create - Create a pull request for the current branch

# DESCRIPTION

Create a pull request for the current branch.
Push the current branch and create a pull request if not exist. If the branch
has a parent branch, you need to make a pull-request for the parent first. If
title and body are not provided, `$EDITOR` pops up and you are asked to provide
them.

When there's already a pull-request, the command just pushes the branch to
remote, and you are not asked to provide the title and the body. If you want to
edit the pull-request description for the existing pull-request, use `--edit`.

# OPTIONS

Expand Down

0 comments on commit 11fe9a2

Please sign in to comment.