mirror of
https://github.com/namibia/tips.git
synced 2025-01-23 23:28:30 +00:00
clean files from .gitignore
This commit is contained in:
parent
6197057dc7
commit
8181a37dd1
@ -71,6 +71,7 @@
|
||||
* [Show inline word diff.](https://github.com/git-tips/tips#show-inline-word-diff)
|
||||
* [Don’t consider changes for tracked file.](https://github.com/git-tips/tips#dont-consider-changes-for-tracked-file)
|
||||
* [Undo assume-unchanged.](https://github.com/git-tips/tips#undo-assume-unchanged)
|
||||
* [Clean the files from `.gitignore`.](https://github.com/git-tips/tips#clean-the-files-from-gitignore)
|
||||
|
||||
<!-- 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 -->
|
||||
@ -497,5 +498,10 @@ git update-index --assume-unchanged <file_name>
|
||||
git update-index --no-assume-unchanged <file_name>
|
||||
```
|
||||
|
||||
## Clean the files from `.gitignore`.
|
||||
```sh
|
||||
git clean -X -f
|
||||
```
|
||||
|
||||
<!-- 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…
x
Reference in New Issue
Block a user