pkgs/agit: Update documentation

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

View File

@@ -22,7 +22,10 @@ DEFAULT_TARGET_BRANCH = main
Examples: Examples:
$ agit create $ agit create
Will create an AGit Pr with the latest commit message title as it's topic. 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
$ agit create --topic "my-feature" $ agit create --topic "my-feature"
Set a custom topic. Set a custom topic.

View File

@@ -192,10 +192,10 @@ DEFAULT_TARGET_BRANCH = {DEFAULT_TARGET_BRANCH}
Examples: Examples:
$ agit create $ 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 $ agit create --auto
Creates PR using latest commit message automatically (old behavior). Creates PR using latest commit message automatically
$ agit create --topic "my-feature" $ agit create --topic "my-feature"
Set a custom topic. Set a custom topic.