Update command-line-commands to add clarity on where one can edit code
This commit is contained in:
parent
8a0443a506
commit
54931d1c68
1 changed files with 3 additions and 1 deletions
|
@ -13,10 +13,12 @@ button (you'll have to paste it on your shell in the next step).
|
|||
|
||||
![Copy the HTTPS or SSH](img/project_clone_url.png)
|
||||
|
||||
## On the command line
|
||||
## Working with project files on the command line
|
||||
|
||||
This section has examples of some basic shell commands that you might find useful. For more information, search the web for _bash commands_.
|
||||
|
||||
Alternatively, you can edit files using your choice of editor (IDE) or the GitLab user interface.
|
||||
|
||||
### Clone your project
|
||||
|
||||
Go to your computer's shell and type the following command with your SSH or HTTPS URL:
|
||||
|
|
Loading…
Reference in a new issue