From 3d70909e0c6e1963f684303e3eef2972cb3933ff Mon Sep 17 00:00:00 2001 From: CleanMachine1 <78213164+CleanMachine1@users.noreply.github.com> Date: Thu, 20 May 2021 21:03:46 +0100 Subject: [PATCH] git-local-commits: add page (#5981) --- pages/common/git-local-commits.md | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 pages/common/git-local-commits.md diff --git a/pages/common/git-local-commits.md b/pages/common/git-local-commits.md new file mode 100644 index 000000000..ad6db404c --- /dev/null +++ b/pages/common/git-local-commits.md @@ -0,0 +1,9 @@ +# git local-commits + +> Show local commits that haven't been pushed to origin. Any additional arguments will be passed directly to `git log`. +> Part of `git-extras. +> More information: . + +- Show commits that haven't been pushed: + +`git local-commits`