summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJob van der Voort <job@gitlab.com>2015-09-01 09:32:18 +0000
committerJob van der Voort <job@gitlab.com>2015-09-01 09:32:18 +0000
commitbbfa65ac30053daaba5bed520de1741fc99cd7b2 (patch)
treec5af57fa02044279acb045b13702db40a35a7224
parentbb86df1bd2f5c56a5e0f2087b3bd0daf7391db05 (diff)
parentc924a3a8d79272355442e9ee595f09c79b0819d4 (diff)
downloadgitlab-ce-bbfa65ac30053daaba5bed520de1741fc99cd7b2.tar.gz
Merge branch 'add-commands' into 'master'
Added new commands to GitLab Basics docs See merge request !1924
-rw-r--r--doc/gitlab-basics/command-line-commands.md5
1 files changed, 5 insertions, 0 deletions
diff --git a/doc/gitlab-basics/command-line-commands.md b/doc/gitlab-basics/command-line-commands.md
index b03cca4029c..addd3b6b6eb 100644
--- a/doc/gitlab-basics/command-line-commands.md
+++ b/doc/gitlab-basics/command-line-commands.md
@@ -72,3 +72,8 @@ You will be asked for an administrator’s password.
```
sudo
```
+
+### Tell where you are
+```
+pwd
+```