mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-06-06 18:26:00 +02:00
git-missing: add page (#6126)
This commit is contained in:
parent
99b5b6d5d7
commit
274b41e10c
1 changed files with 13 additions and 0 deletions
13
pages/common/git-missing.md
Normal file
13
pages/common/git-missing.md
Normal 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}}`
|
Loading…
Add table
Reference in a new issue