Update 'Guide'
parent
58da38d434
commit
ece0e491be
24
Guide.md
24
Guide.md
@ -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
|
||||
```
|
Loading…
Reference in New Issue
Block a user