LinuxCommandLibrary

git-local-commits

Show local commits that haven't been pushed to origin. Any additional arguments will be passed directly to `git log`.

TLDR

Show commits that haven't been pushed

$ git local-commits
copy

SYNOPSIS

git-local-commits <args>

DESCRIPTION

Lists commits in the local branch that have not been pushed to origin.

OPTIONS

<args>

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

EXAMPLES

$ git local-commits --graph

REPORTING BUGS

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

SEE ALSO

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

AUTHOR

Written by Michael Komitee <mkomitee@gmail.com>

Copied to clipboard