1GIT-LOCAL-COMMITS(1) Git Extras GIT-LOCAL-COMMITS(1)
2
3
4
6 git-local-commits - List local commits
7
9 git-local-commits <args>
10
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
17 <args>
18
19 All arguments passed to git-local-commits will be passed directly to
20 git-log.
21
23 $ git local-commits --graph
24
26 Written by Michael Komitee <mkomitee@gmail.com>
27
29 <https://github.com/tj/git-extras/issues>
30
32 <https://github.com/tj/git-extras>
33
34
35
36 January 2022 GIT-LOCAL-COMMITS(1)