Loading README.md +1 −1 Original line number Diff line number Diff line Loading @@ -18,7 +18,7 @@ This project allows creating a new to-be-continuous template repository from scr ```bash cd name-of-template git init . git remove add origin https://gitlab.com/to-be-continuous/name-of-template.git git remote add origin https://gitlab.com/to-be-continuous/name-of-template.git git add . git commit -m 'initial commit' git push Loading Loading
README.md +1 −1 Original line number Diff line number Diff line Loading @@ -18,7 +18,7 @@ This project allows creating a new to-be-continuous template repository from scr ```bash cd name-of-template git init . git remove add origin https://gitlab.com/to-be-continuous/name-of-template.git git remote add origin https://gitlab.com/to-be-continuous/name-of-template.git git add . git commit -m 'initial commit' git push Loading