Loading…
Before using Git, you need a well-organized project. Let's create one!
Create a project structure that looks like this:
my-website/
├── index.html
├── css/
│ └── style.css
└── js/
└── app.js
index.html file must contain <html></html>style.css file must contain body {}app.js file must contain // appRemember: You can use mkdir -p to create nested directories and echo "text" > file to create files with content.
Loading terminal engine...
This may take a moment on first load