Do not use '-f' with 'rm' in gitlab-basics docs
This commit is contained in:
parent
092445a402
commit
92f1f67877
2 changed files with 6 additions and 1 deletions
5
changelogs/no-rm-rf-gitlab-basics.yml
Normal file
5
changelogs/no-rm-rf-gitlab-basics.yml
Normal file
|
@ -0,0 +1,5 @@
|
|||
---
|
||||
title: Do not use '-f' with 'rm' in gitlab-basics docs
|
||||
merge_request: 18027
|
||||
author: Elias Werberich
|
||||
type: changed
|
|
@ -71,7 +71,7 @@ rm NAME-OF-FILE
|
|||
### Remove a directory and all of its contents
|
||||
|
||||
```
|
||||
rm -rf NAME-OF-DIRECTORY
|
||||
rm -r NAME-OF-DIRECTORY
|
||||
```
|
||||
|
||||
### View history in the command line
|
||||
|
|
Loading…
Reference in a new issue