mirror of
https://github.com/tj/git-extras.git
synced 2026-09-14 17:36:25 -04:00
Although Github reserves the 'visionmedia' user space(a visit to there will be redirected to 'tj'), it's better to rename the links from visionmedia/git-extras to tj/git-extras
33 lines
574 B
Markdown
33 lines
574 B
Markdown
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
|
|
|
|
<<https://github.com/tj/git-extras/issues>>
|
|
|
|
## SEE ALSO
|
|
|
|
<<https://github.com/tj/git-extras>>
|