Skip site navigation (1)Skip section navigation (2)

  
 
  

home | help
GIT-LOCAL-COMMITS(1)		   Git Extras		    GIT-LOCAL-COMMITS(1)

NAME
     git-local-commits - List local commits

SYNOPSIS
     git-local-commits <args>

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  track-
     ing another branch.

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>

				  January 2022		    GIT-LOCAL-COMMITS(1)

Want to link to this manual page? Use this URL:
<https://man.freebsd.org/cgi/man.cgi?query=git-local-commits&sektion=1&manpath=FreeBSD+Ports+15.1.quarterly>

home | help