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:
authorkaren Carias <karen@gitlab.com>2015-08-26 07:58:40 +0300
committerkaren Carias <karen@gitlab.com>2015-08-26 07:58:40 +0300
commitbff8376ab15c7fb621f26673213e4d928c5bf8c6 (patch)
treebedeaa17186975e5fe56faf640f3e0eeedd91897 /doc
parent9d40457766d3f7154780d57deb787d3e87934b49 (diff)
added new commands
Diffstat (limited to 'doc')
-rw-r--r--doc/gitlab-basics/basic-git-commands.md2
1 files changed, 0 insertions, 2 deletions
diff --git a/doc/gitlab-basics/basic-git-commands.md b/doc/gitlab-basics/basic-git-commands.md
index 172568b5a1d..2b5767dd2d3 100644
--- a/doc/gitlab-basics/basic-git-commands.md
+++ b/doc/gitlab-basics/basic-git-commands.md
@@ -34,8 +34,6 @@ You'll see your changes in red when you type "git status".
```
git add CHANGES IN RED
git commit -m "DESCRIBE THE INTENTION OF THE COMMIT"
-or
-git commit -am "DESCRIBE THE INTENTION OF THE COMMIT WITH AN ADDITIONAL MESSAGE"
```
### Send changes to gitlab.com