summaryrefslogtreecommitdiff
path: root/doc/gitlab-basics/command-line-commands.md
diff options
context:
space:
mode:
authorkaren Carias <karen@gitlab.com>2015-08-25 21:57:10 -0700
committerkaren Carias <karen@gitlab.com>2015-08-25 21:57:10 -0700
commit9d40457766d3f7154780d57deb787d3e87934b49 (patch)
treed163824bb04e1ce1adc44154a9db155f8ce6be8b /doc/gitlab-basics/command-line-commands.md
parent7140e800ee701a8d4b117590107f26ca23ce0e60 (diff)
downloadgitlab-ce-9d40457766d3f7154780d57deb787d3e87934b49.tar.gz
added new commands
Diffstat (limited to 'doc/gitlab-basics/command-line-commands.md')
-rw-r--r--doc/gitlab-basics/command-line-commands.md8
1 files changed, 8 insertions, 0 deletions
diff --git a/doc/gitlab-basics/command-line-commands.md b/doc/gitlab-basics/command-line-commands.md
index b03cca4029c..5d22e29a86b 100644
--- a/doc/gitlab-basics/command-line-commands.md
+++ b/doc/gitlab-basics/command-line-commands.md
@@ -72,3 +72,11 @@ You will be asked for an administrator’s password.
```
sudo
```
+
+### Tell where you are
+```
+pwd
+```
+
+### Open new command line window
+Press `command + t` on your keyboard.