diff options
author | Ryan Cobb <rcobb@gitlab.com> | 2019-05-20 13:12:12 -0600 |
---|---|---|
committer | Ryan Cobb <rcobb@gitlab.com> | 2019-05-20 13:12:12 -0600 |
commit | 06c3a4b733613dba33ae36ad99d977103f0843aa (patch) | |
tree | b2cc0966aa52b53d8bfcfb211d44d0ef9f0ed5ef /doc/gitlab-basics/command-line-commands.md | |
parent | 618dd80c7d8ebcdb573977780f29bf1475efa4f2 (diff) | |
parent | bdc2eb33e160006cd34128e391becff86a3bc060 (diff) | |
download | gitlab-ce-61964-sys-proctable-performance.tar.gz |
Merge branch 'master' into 61964-sys-proctable-performance61964-sys-proctable-performance
Diffstat (limited to 'doc/gitlab-basics/command-line-commands.md')
-rw-r--r-- | doc/gitlab-basics/command-line-commands.md | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/doc/gitlab-basics/command-line-commands.md b/doc/gitlab-basics/command-line-commands.md index a0111be0767..1cf883679d7 100644 --- a/doc/gitlab-basics/command-line-commands.md +++ b/doc/gitlab-basics/command-line-commands.md @@ -13,10 +13,12 @@ button (you'll have to paste it on your shell in the next step).  -## 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: |