Update 'Guide'

Sambo Chea 2021-02-02 10:11:52 +07:00
parent 58da38d434
commit ece0e491be

@ -1 +1,23 @@
Welcome to the Wiki.
```bash
cd your-project
```
```bash
git init
```
```bash
git add .
```
```bash
git commit -m "my message for my actions"
```
```bash
git push -u origin master
```
```bash
git remote add origin https://git.cubetiqs.com/yourname/your-project.git
```