Merge pull request 'pkgs/agit: Update documentation' (#3995) from kenji/pkgs/agit: Update documentation into main

Reviewed-on: https://git.clan.lol/clan/clan-core/pulls/3995
This commit is contained in:
Mic92
2025-06-18 08:48:11 +00:00
2 changed files with 6 additions and 3 deletions

View File

@@ -22,7 +22,10 @@ DEFAULT_TARGET_BRANCH = main
Examples:
$ 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"
Set a custom topic.

View File

@@ -203,10 +203,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.