From 274b41e10c14d9b786c03c1a8023b26b1a172b7d Mon Sep 17 00:00:00 2001 From: CleanMachine1 <78213164+CleanMachine1@users.noreply.github.com> Date: Fri, 18 Jun 2021 12:49:17 +0100 Subject: [PATCH] git-missing: add page (#6126) --- pages/common/git-missing.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 pages/common/git-missing.md diff --git a/pages/common/git-missing.md b/pages/common/git-missing.md new file mode 100644 index 000000000..d0abbbeb4 --- /dev/null +++ b/pages/common/git-missing.md @@ -0,0 +1,13 @@ +# git missing + +> Show commits which aren't shared between two branches. +> Part of `git-extras`. +> More information: . + +- Show commits which aren't shared between the currently checked-out branch and another branch: + +`git missing {{branch}}` + +- Show commits which aren't shared between two branches: + +`git missing {{branch_1}} {{branch_2}}`