Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorJob van der Voort <job@gitlab.com>2015-09-01 12:32:18 +0300
committerJob van der Voort <job@gitlab.com>2015-09-01 12:32:18 +0300
commitbbfa65ac30053daaba5bed520de1741fc99cd7b2 (patch)
treec5af57fa02044279acb045b13702db40a35a7224 /doc
parentbb86df1bd2f5c56a5e0f2087b3bd0daf7391db05 (diff)
parentc924a3a8d79272355442e9ee595f09c79b0819d4 (diff)
Merge branch 'add-commands' into 'master'
Added new commands to GitLab Basics docs See merge request !1924
Diffstat (limited to 'doc')
-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
+```