Commit 791bc18a authored by Achilleas Pipinellis's avatar Achilleas Pipinellis

Merge branch 'contribute/no-rm-rf-gitlab-basics' into 'master'

Don't use "-f" with "rm" in Gitlab-Basics Docs

Closes #20071

See merge request gitlab-org/gitlab-ce!18027
parents ac149be0 92f1f678
---
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
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment