diff options
author | karen Carias <karen@gitlab.com> | 2015-08-03 15:36:26 -0700 |
---|---|---|
committer | karen Carias <karen@gitlab.com> | 2015-08-03 15:36:26 -0700 |
commit | 88ae5a9b207122d3a90cc13bab9c41af3b87f14d (patch) | |
tree | e6cc93ead3e55a3bd6e49c1763a565e3248dcda1 /doc | |
parent | 4f9d32eab01a51b9de6ff49b74e4599bdcccbc99 (diff) | |
download | gitlab-ce-88ae5a9b207122d3a90cc13bab9c41af3b87f14d.tar.gz |
fixed terminology
Diffstat (limited to 'doc')
-rw-r--r-- | doc/gitlab-basics/add-image.md | 2 |
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 ``` |