Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
gitlab-ce
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Léo-Paul Géneau
gitlab-ce
Commits
92f1f678
Commit
92f1f678
authored
Mar 27, 2018
by
Elias Werberich
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Do not use '-f' with 'rm' in gitlab-basics docs
parent
092445a4
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
1 deletion
+6
-1
changelogs/no-rm-rf-gitlab-basics.yml
changelogs/no-rm-rf-gitlab-basics.yml
+5
-0
doc/gitlab-basics/command-line-commands.md
doc/gitlab-basics/command-line-commands.md
+1
-1
No files found.
changelogs/no-rm-rf-gitlab-basics.yml
0 → 100644
View file @
92f1f678
---
title
:
Do not use '-f' with 'rm' in gitlab-basics docs
merge_request
:
18027
author
:
Elias Werberich
type
:
changed
doc/gitlab-basics/command-line-commands.md
View file @
92f1f678
...
...
@@ -71,7 +71,7 @@ rm NAME-OF-FILE
### Remove a directory and all of its contents
```
rm -r
f
NAME-OF-DIRECTORY
rm -r NAME-OF-DIRECTORY
```
### View history in the command line
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment