tj.git-extras/man/git-local-commits.md

590 B

git-local-commits(1) -- List local commits

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

AUTHOR

Written by Michael Komitee <mkomitee@gmail.com>

REPORTING BUGS

<http://github.com/visionmedia/git-extras/issues>

SEE ALSO

<http://github.com/visionmedia/git-extras>