Status of ignored files.

This commit is contained in:
Hemanth.HM 2016-03-02 19:36:56 +05:30
parent 27f7cefb1b
commit 46e66ce4b5
2 changed files with 9 additions and 0 deletions

View File

@ -88,6 +88,7 @@
* [squash fixup commits normal commits.](https://github.com/git-tips/tips#squash-fixup-commits-normal-commits)
* [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)
* [Status of ignored files.](https://github.com/git-tips/tips#status-of-ignored-files)
<!-- Dont remove or change the comment below that can break automatic updates. More info at <http://npm.im/doxie.inject>. -->
<!-- @doxie.inject end toc -->
@ -611,5 +612,10 @@ git commit -am 'commit message'
git check-ignore *
```
## Status of ignored files.
```sh
git status --ignored
```
<!-- Dont remove or change the comment below that can break automatic updates. More info at <http://npm.im/doxie.inject>. -->
<!-- @doxie.inject end -->

View File

@ -269,4 +269,7 @@
},{
"title": "List ignored files.",
"tip": "git check-ignore *"
},{
"title": "Status of ignored files.",
"tip": "git status --ignored"
}]