From 7dcdfc342408837deb3dc8ffab39ca44b668a9e8 Mon Sep 17 00:00:00 2001
From: Jacek Lebioda <jacek.lebioda@uni.lu>
Date: Thu, 12 Dec 2019 11:42:53 +0100
Subject: [PATCH] Corrected typo

---
 index.md | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/index.md b/index.md
index 6750ddb..5fb2c8f 100644
--- a/index.md
+++ b/index.md
@@ -23,7 +23,7 @@ If you are interested, have found any issues with the layout or have a helpful s
  ![image](assets/screenshots/remote.png)
 5. Modify site's settings (`_config.yml`) to match your needs. Refer to the next section for help.
 6. Modify the index page. Modify (or delete) help and about pages. Add your own content. 
-7. Add your changes (`git add .`), commit (`git commit -m "Initial commit"`) and push (`git push --set-upstream master`) to the repository.
+7. Add your changes (`git add .`), commit (`git commit -m "Initial commit"`) and push (`git push --set-upstream origin master`) to the repository.
 8. Your page is published! Go to `https://<namespace>.pages.uni.lu/name-of-repository` in your favourite browser, or the URL you specified in the SIU ticket.
 9. In gitlab, go to **Settings** (under left-hand menu) > **General** > **Advanced** (hit `Expand` button) > **Remove fork relationship** (red button), then follow the instructions from the pop-up.
 10. If you want to have your page publicly available - contact us  (`lcsb-sysadmins (at) uni.lu`), we will make a ticket to SIU.
@@ -67,4 +67,4 @@ You probably didn't add `permalink` attribute. Or the post has `published: false
 It never happened before, please notify us immediately.
 
 ### Other problems?
-Please send us an email! (`lcsb-sysadmins (at) uni.lu`)
\ No newline at end of file
+Please send us an email! (`lcsb-sysadmins (at) uni.lu`)
-- 
GitLab