From 88ae5a9b207122d3a90cc13bab9c41af3b87f14d Mon Sep 17 00:00:00 2001 From: karen Carias Date: Mon, 3 Aug 2015 15:36:26 -0700 Subject: fixed terminology --- doc/gitlab-basics/add-image.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'doc/gitlab-basics') 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 ``` -- cgit v1.2.1