*: path/to/everything (#9589)
This commit is contained in:
@@ -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}}`
|
||||
|
Reference in New Issue
Block a user