summaryrefslogtreecommitdiff
path: root/doc/gitlab-basics
diff options
context:
space:
mode:
authorkaren Carias <karen@gitlab.com>2015-08-03 15:36:26 -0700
committerkaren Carias <karen@gitlab.com>2015-08-03 15:36:26 -0700
commit88ae5a9b207122d3a90cc13bab9c41af3b87f14d (patch)
treee6cc93ead3e55a3bd6e49c1763a565e3248dcda1 /doc/gitlab-basics
parent4f9d32eab01a51b9de6ff49b74e4599bdcccbc99 (diff)
downloadgitlab-ce-88ae5a9b207122d3a90cc13bab9c41af3b87f14d.tar.gz
fixed terminology
Diffstat (limited to 'doc/gitlab-basics')
-rw-r--r--doc/gitlab-basics/add-image.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/gitlab-basics/add-image.md b/doc/gitlab-basics/add-image.md
index f3ef569f724..461cd9f6170 100644
--- a/doc/gitlab-basics/add-image.md
+++ b/doc/gitlab-basics/add-image.md
@@ -54,7 +54,7 @@ Add the commit:
git commit -m “DESCRIBE COMMIT IN A FEW WORDS”
```
-Send your changes to GitLab.com:
+Now you can push (send) your changes (in the branch NAME-OF-BRANCH) to GitLab (the git remote named 'origin'):
```
git push origin NAME-OF-BRANCH
```