From 6fc2decd0c439004b0b17c814664e296025dd2e3 Mon Sep 17 00:00:00 2001 From: Lunny Xiao Date: Fri, 11 Oct 2024 00:02:19 -0700 Subject: [PATCH] update agit forcepush --- docs/usage/agit.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/usage/agit.md b/docs/usage/agit.md index 1754e14e..e0716a4a 100644 --- a/docs/usage/agit.md +++ b/docs/usage/agit.md @@ -39,7 +39,7 @@ The command has the following structure: - `title`: The PR title (optional but recommended), only used for topics not already having an associated PR. - `description`: The PR description (optional but recommended), only used for topics not already having an associated PR. - `force-push=true`: Specifies whether to force-update the target branch. - - Note: omitting the value and using just `-o force-push` will not work. + - Note: omitting the value and using just `-o force-push` will also work. Here's another advanced example for creating a new PR targeting `main` with `topic`, `title`, and `description`: