Spaces:
Build error
Build error
| cd [LOCATION] | |
| git init | |
| git add . | |
| git commit -m "Initial commit" | |
| git remote add origin [HTTPS] | |
| git push -u origin master |
| cd [LOCATION] | |
| git init | |
| git add . | |
| git commit -m "Initial commit" | |
| git remote add origin [HTTPS] | |
| git push -u origin master |