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`