pkgs/agit: Update documentation

This commit is contained in:
a-kenji
2025-06-17 14:45:43 +02:00
parent c303ed8347
commit f796a7531c
2 changed files with 6 additions and 3 deletions

View File

@@ -192,10 +192,10 @@ DEFAULT_TARGET_BRANCH = {DEFAULT_TARGET_BRANCH}
Examples:
$ agit create
Opens editor to compose PR title and description (first line is title, rest is body).
Opens editor to compose PR title and description (first line is title, rest is body)
$ agit create --auto
Creates PR using latest commit message automatically (old behavior).
Creates PR using latest commit message automatically
$ agit create --topic "my-feature"
Set a custom topic.