From ba33a809b49b71ac0d2b9811cfb5a7c72b998cf1 Mon Sep 17 00:00:00 2001 From: Dylan <145150333+dmmqz@users.noreply.github.com> Date: Tue, 30 Dec 2025 03:19:57 +0000 Subject: [PATCH] git-continue: add alias page (#20393) --- pages/common/git-continue.md | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 pages/common/git-continue.md diff --git a/pages/common/git-continue.md b/pages/common/git-continue.md new file mode 100644 index 0000000000..704df08661 --- /dev/null +++ b/pages/common/git-continue.md @@ -0,0 +1,7 @@ +# git continue + +> This command is an alias of `git abort`. + +- View documentation for the original command: + +`tldr git abort`