GIT-LOCAL-COMMITS(1) | Git Extras | GIT-LOCAL-COMMITS(1) |
git-local-commits - List local commits
git-local-commits <args>
Lists commits in the local branch that have not been pushed to the remote tracked branch. This requires that HEAD points to a branch which is tracking another branch.
<args>
All arguments passed to git-local-commits will be passed directly to git-log.
$ git local-commits --graph
Written by Michael Komitee <mkomitee@gmail.com>
<https://github.com/tj/git-extras/issues>
<https://github.com/tj/git-extras>
October 2022 |