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
1
Merge Requests
1
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
nexedi
gitlab-ce
Commits
37e5bbd5
Commit
37e5bbd5
authored
Jun 27, 2019
by
GitLab Bot
Browse files
Options
Browse Files
Download
Plain Diff
Automatic merge of gitlab-org/gitlab-ce master
parents
8d67cb13
2956cadd
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
14 additions
and
2 deletions
+14
-2
doc/gitlab-basics/command-line-commands.md
doc/gitlab-basics/command-line-commands.md
+14
-2
No files found.
doc/gitlab-basics/command-line-commands.md
View file @
37e5bbd5
...
...
@@ -29,7 +29,9 @@ git clone PASTE HTTPS OR SSH HERE
A clone of the project will be created in your computer.
>**Note:** If you clone your project via a URL that contains special characters, make sure that characters are URL-encoded.
NOTE:
**Note:**
If you clone your project via a URL that contains special characters, make sure
that characters are URL-encoded.
### Go into a project directory to work in it
...
...
@@ -86,12 +88,18 @@ cat README.md
### Remove a file
DANGER:
**Danger:**
This will permanently delete the file.
```
rm NAME-OF-FILE
```
### Remove a directory and all of its contents
DANGER:
**Danger:**
This will permanently delete the directory and all of its contents.
```
rm -r NAME-OF-DIRECTORY
```
...
...
@@ -113,9 +121,13 @@ history
You will be asked for an administrator’s password.
```
sudo
sudo
COMMAND
```
CAUTION:
**Caution:**
Be careful of the commands you run with
`sudo`
. Certain commands may cause
damage to your data and system.
### Show which directory I am in
```
...
...
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