summaryrefslogtreecommitdiff
path: root/doc/gitlab-basics/command-line-commands.md
diff options
context:
space:
mode:
authorDrew Blessing <drew@blessing.io>2019-05-17 19:29:51 +0000
committerDrew Blessing <drew@blessing.io>2019-05-17 19:29:51 +0000
commit409e3588683487f1e5a688df8c33b4ffc61b9e0c (patch)
tree6949ccb506345700b9e23c39b6c11dbfb997376b /doc/gitlab-basics/command-line-commands.md
parent71b769515c15db6cb842f4284801cf3dd9da0b9f (diff)
parent54931d1c6852c1c40d60113113f18b61e114a831 (diff)
downloadgitlab-ce-409e3588683487f1e5a688df8c33b4ffc61b9e0c.tar.gz
Merge branch 'docs-interact-with-git' into 'master'
Docs clarifying GitLab Basics Git info See merge request gitlab-org/gitlab-ce!27964
Diffstat (limited to 'doc/gitlab-basics/command-line-commands.md')
-rw-r--r--doc/gitlab-basics/command-line-commands.md4
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).
![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: