docs(pr): note --agit is branchless in --help #52
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "docs/agit-branchless-help-FJ-42"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
clap derive renders the doc comment on the agit field as the flag's help text. Append a second paragraph (long-help only) explaining that AGit creates no server branch, so the PR does not appear in
git branch, the web Branches page, or a plain fetch, and Forgejo cannot offer "Update Branch" when the PR falls behind its base. The first line stays the short-help summary, so-his unchanged. Directs users to omit --agit for a normal branch-backed PR.#FJ-42