mirror of
https://github.com/namibia/tips.git
synced 2025-01-09 08:30:23 +00:00
Commits in Branch1 that are not in Branch2
This commit is contained in:
parent
46e66ce4b5
commit
a5be265d69
@ -89,6 +89,7 @@
|
|||||||
* [skip staging area during commit.](https://github.com/git-tips/tips#skip-staging-area-during-commit)
|
* [skip staging area during commit.](https://github.com/git-tips/tips#skip-staging-area-during-commit)
|
||||||
* [List ignored files.](https://github.com/git-tips/tips#list-ignored-files)
|
* [List ignored files.](https://github.com/git-tips/tips#list-ignored-files)
|
||||||
* [Status of ignored files.](https://github.com/git-tips/tips#status-of-ignored-files)
|
* [Status of ignored files.](https://github.com/git-tips/tips#status-of-ignored-files)
|
||||||
|
* [Commits in Branch1 that are not in Branch2](https://github.com/git-tips/tips#commits-in-branch1-that-are-not-in-branch2)
|
||||||
|
|
||||||
<!-- Don’t remove or change the comment below – that can break automatic updates. More info at <http://npm.im/doxie.inject>. -->
|
<!-- Don’t remove or change the comment below – that can break automatic updates. More info at <http://npm.im/doxie.inject>. -->
|
||||||
<!-- @doxie.inject end toc -->
|
<!-- @doxie.inject end toc -->
|
||||||
@ -617,5 +618,10 @@ git check-ignore *
|
|||||||
git status --ignored
|
git status --ignored
|
||||||
```
|
```
|
||||||
|
|
||||||
|
## Commits in Branch1 that are not in Branch2
|
||||||
|
```sh
|
||||||
|
git log Branch1 ^Branch2
|
||||||
|
```
|
||||||
|
|
||||||
<!-- Don’t remove or change the comment below – that can break automatic updates. More info at <http://npm.im/doxie.inject>. -->
|
<!-- Don’t remove or change the comment below – that can break automatic updates. More info at <http://npm.im/doxie.inject>. -->
|
||||||
<!-- @doxie.inject end -->
|
<!-- @doxie.inject end -->
|
||||||
|
Loading…
Reference in New Issue
Block a user