logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

git-local-commits - List local commits

Author

       Written by Michael Komitee <mkomitee@gmail.com>

Description

       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.

Examples

       $ git local-commits --graph

Name

git-local-commits - List local commits

Options

       <args>

       All arguments passed to git-local-commits will be passed directly to git-log.

Reporting Bugs

       <https://github.com/tj/git-extras/issues>

See Also

       <https://github.com/tj/git-extras>

                                                  October 2024                              GIT-LOCAL-COMMITS(1)

Synopsis

git-local-commits <args>

See Also