Do not use '-f' with 'rm' in gitlab-basics docs

This commit is contained in:
Elias Werberich 2018-03-27 14:12:20 +00:00
parent 092445a402
commit 92f1f67877
2 changed files with 6 additions and 1 deletions

View file

@ -0,0 +1,5 @@
---
title: Do not use '-f' with 'rm' in gitlab-basics docs
merge_request: 18027
author: Elias Werberich
type: changed

View file

@ -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