Skip to content
Snippets Groups Projects
Commit 791bc18a authored by Achilleas Pipinellis's avatar Achilleas Pipinellis
Browse files

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
No related branches found
No related tags found
No related merge requests found
---
title: Do not use '-f' with 'rm' in gitlab-basics docs
merge_request: 18027
author: Elias Werberich
type: changed
Loading
Loading
@@ -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
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment