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
84eb286a
Commit
84eb286a
authored
Jun 27, 2019
by
Achilleas Pipinellis
Committed by
Marcia Ramos
Jun 27, 2019
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add alerts to GitLab basics
parent
7a6a8633
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 @
84eb286a
...
@@ -29,7 +29,9 @@ git clone PASTE HTTPS OR SSH HERE
...
@@ -29,7 +29,9 @@ git clone PASTE HTTPS OR SSH HERE
A clone of the project will be created in your computer.
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
### Go into a project directory to work in it
...
@@ -86,12 +88,18 @@ cat README.md
...
@@ -86,12 +88,18 @@ cat README.md
### Remove a file
### Remove a file
DANGER:
**Danger:**
This will permanently delete the file.
```
```
rm NAME-OF-FILE
rm NAME-OF-FILE
```
```
### Remove a directory and all of its contents
### 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
rm -r NAME-OF-DIRECTORY
```
```
...
@@ -113,9 +121,13 @@ history
...
@@ -113,9 +121,13 @@ history
You will be asked for an administrator’s password.
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
### 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