1GIT-LOCAL-COMMITS(1)              Git Extras              GIT-LOCAL-COMMITS(1)
2
3
4

NAME

6       git-local-commits - List local commits
7

SYNOPSIS

9       git-local-commits <args>
10

DESCRIPTION

12       Lists  commits in the local branch that have not been pushed to the re‐
13       mote tracked branch. This requires that HEAD points to a  branch  which
14       is tracking another branch.
15

OPTIONS

17       <args>
18
19       All  arguments  passed  to git-local-commits will be passed directly to
20       git-log.
21

EXAMPLES

23       $ git local-commits --graph
24

AUTHOR

26       Written by Michael Komitee <mkomitee@gmail.com>
27

REPORTING BUGS

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

SEE ALSO

32       <https://github.com/tj/git-extras>
33
34
35
36                                 January 2022             GIT-LOCAL-COMMITS(1)
Impressum