mirror of
https://github.com/cupcakearmy/memoir.git
synced 2025-09-08 17:00:41 +00:00
update to nextra 4
This commit is contained in:
17
content/git/clean.md
Normal file
17
content/git/clean.md
Normal file
@@ -0,0 +1,17 @@
|
||||
---
|
||||
tags:
|
||||
- git
|
||||
- clean
|
||||
- gitignore
|
||||
- delete
|
||||
---
|
||||
|
||||
# Delete all files mentioned by `.gitignore`
|
||||
|
||||
This command is useful if you want to reset a repository to it's checked out state.
|
||||
|
||||
```bash
|
||||
git clean -Xdf
|
||||
```
|
||||
|
||||
[Original SO Link](https://unix.stackexchange.com/a/542735)
|
Reference in New Issue
Block a user