File tree Expand file tree Collapse file tree 2 files changed +9
-0
lines changed Expand file tree Collapse file tree 2 files changed +9
-0
lines changed Original file line number Diff line number Diff line change 88
88
* [ squash fixup commits normal commits.] ( https://github.com/git-tips/tips#squash-fixup-commits-normal-commits )
89
89
* [ skip staging area during commit.] ( https://github.com/git-tips/tips#skip-staging-area-during-commit )
90
90
* [ List ignored files.] ( https://github.com/git-tips/tips#list-ignored-files )
91
+ * [ Status of ignored files.] ( https://github.com/git-tips/tips#status-of-ignored-files )
91
92
92
93
<!-- Don’t remove or change the comment below – that can break automatic updates. More info at <http://npm.im/doxie.inject>. -->
93
94
<!-- @doxie.inject end toc -->
@@ -611,5 +612,10 @@ git commit -am 'commit message'
611
612
git check-ignore *
612
613
```
613
614
615
+ ## Status of ignored files.
616
+ ``` sh
617
+ git status --ignored
618
+ ```
619
+
614
620
<!-- Don’t remove or change the comment below – that can break automatic updates. More info at <http://npm.im/doxie.inject>. -->
615
621
<!-- @doxie.inject end -->
Original file line number Diff line number Diff line change 269
269
},{
270
270
"title" : " List ignored files." ,
271
271
"tip" : " git check-ignore *"
272
+ },{
273
+ "title" : " Status of ignored files." ,
274
+ "tip" : " git status --ignored"
272
275
}]
You can’t perform that action at this time.
0 commit comments