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
diff options
context:
space:
mode:
Diffstat (limited to 'doc/gitlab-basics/add-image.md')
-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
```