*: path/to/everything (#9589)

This commit is contained in:
pixel
2022-12-04 10:12:49 +01:00
committed by GitHub
parent ab7a36fbe6
commit 0d99563193
61 changed files with 147 additions and 147 deletions

View File

@@ -5,12 +5,12 @@
- Remove file from repository index and filesystem:
`git rm {{file}}`
`git rm {{path/to/file}}`
- Remove directory:
`git rm -r {{directory}}`
`git rm -r {{path/to/directory}}`
- Remove file from repository index but keep it untouched locally:
`git rm --cached {{file}}`
`git rm --cached {{path/to/file}}`