diff --git a/public/react/src/forge/Main/NullData.js b/public/react/src/forge/Main/NullData.js
index 6e018e35b..a550b5bcc 100644
--- a/public/react/src/forge/Main/NullData.js
+++ b/public/react/src/forge/Main/NullData.js
@@ -36,8 +36,8 @@ class NullData extends Component {
git init
git add README.md
git commit -m "first commit"
- git remote add origin
-
+ git remote add origin
+ {http_url}
git push -u origin master
@@ -48,8 +48,7 @@ class NullData extends Component {
- git remote add origin
-
+ git remote add origin {http_url}
git push -u origin master