summaryrefslogtreecommitdiff
path: root/doc/gitlab-basics
diff options
context:
space:
mode:
authorkaren Carias <karen@gitlab.com>2015-08-06 22:40:38 -0700
committerkaren Carias <karen@gitlab.com>2015-08-06 22:40:38 -0700
commitbac34a38f624527549a2a411d547f26f3fcc2cc5 (patch)
tree95db5b25f526565d27817bd0507a34b34f5c2182 /doc/gitlab-basics
parent88ae5a9b207122d3a90cc13bab9c41af3b87f14d (diff)
downloadgitlab-ce-bac34a38f624527549a2a411d547f26f3fcc2cc5.tar.gz
fixed one line
Diffstat (limited to 'doc/gitlab-basics')
-rw-r--r--doc/gitlab-basics/add-image.md3
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/gitlab-basics/add-image.md b/doc/gitlab-basics/add-image.md
index 461cd9f6170..28b6f3a925c 100644
--- a/doc/gitlab-basics/add-image.md
+++ b/doc/gitlab-basics/add-image.md
@@ -59,4 +59,5 @@ Now you can push (send) your changes (in the branch NAME-OF-BRANCH) to GitLab (t
git push origin NAME-OF-BRANCH
```
-Your image should've been added to your repository in GitLab.
+Your image will be added to your branch in your repository in GitLab. Create a [Merge Request](add-merge-request.md)
+to integrate your changes to your project.