diff options
author | Douwe Maan <douwe@gitlab.com> | 2015-09-09 12:01:38 +0100 |
---|---|---|
committer | Douwe Maan <douwe@gitlab.com> | 2015-09-09 12:01:38 +0100 |
commit | 2c8d5aeaf332e25c030b7287919958bc7809e831 (patch) | |
tree | a6e308f25ba67279e713d0ed907d1e72f7f758b0 /doc/gitlab-basics | |
parent | 58c487e28b3f10c8a871dc82f7d79a45c7876f15 (diff) | |
parent | e0da2c352325c1cb2ede88a73434ed7afc037481 (diff) | |
download | gitlab-ce-2c8d5aeaf332e25c030b7287919958bc7809e831.tar.gz |
Merge branch 'master' into reply-by-email-docs
Diffstat (limited to 'doc/gitlab-basics')
-rw-r--r-- | doc/gitlab-basics/command-line-commands.md | 5 |
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 +``` |