1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-06-05 13:05:59 +02:00

git-missing: add page (#6126)

This commit is contained in:
CleanMachine1 2021-06-18 12:49:17 +01:00 committed by GitHub
parent 99b5b6d5d7
commit 274b41e10c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -0,0 +1,13 @@
# git missing
> Show commits which aren't shared between two branches.
> Part of `git-extras`.
> More information: <https://github.com/tj/git-extras/blob/master/Commands.md#git-missing>.
- Show commits which aren't shared between the currently checked-out branch and another branch:
`git missing {{branch}}`
- Show commits which aren't shared between two branches:
`git missing {{branch_1}} {{branch_2}}`