|
NAMEgit-local-commits - List local commits SYNOPSISgit-local-commits <args> DESCRIPTIONLists 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 AUTHORWritten by Michael Komitee <mkomitee@gmail.com> REPORTING BUGS<https://github.com/tj/git-extras/issues> SEE ALSO<https://github.com/tj/git-extras>
|