From 41e6a608e4bd57b6da6e9df4708c1e72726ce813 Mon Sep 17 00:00:00 2001 From: Erich <15257900+ErichKramer@users.noreply.github.com> Date: Tue, 6 Jun 2023 15:43:56 -0700 Subject: [PATCH] docs: Add manpage for `av stack diff` (#164) --- docs/av-stack-diff.1.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 docs/av-stack-diff.1.md diff --git a/docs/av-stack-diff.1.md b/docs/av-stack-diff.1.md new file mode 100644 index 00000000..59b84d7b --- /dev/null +++ b/docs/av-stack-diff.1.md @@ -0,0 +1,13 @@ +# av-stack-diff 1 "" av-cli "Aviator CLI User Manual" + +# NAME + +av-stack-diff - Show the diff between working tree and parent branch. + +# SYNOPSIS + +`av stack diff` + +# DESCRIPTION + +Generates the diff between the working tree and the parent branch (i.e., the diff between the current branch and the previous branch in the stack).