mirror of
https://github.com/namibia/tips.git
synced 2024-11-13 08:46:29 +00:00
Status of ignored files.
This commit is contained in:
parent
27f7cefb1b
commit
46e66ce4b5
@ -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)
|
||||
|
||||
<!-- 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 -->
|
||||
@ -611,5 +612,10 @@ git commit -am 'commit message'
|
||||
git check-ignore *
|
||||
```
|
||||
|
||||
## Status of ignored files.
|
||||
```sh
|
||||
git status --ignored
|
||||
```
|
||||
|
||||
<!-- Don’t remove or change the comment below – that can break automatic updates. More info at <http://npm.im/doxie.inject>. -->
|
||||
<!-- @doxie.inject end -->
|
||||
|
Loading…
Reference in New Issue
Block a user