Update 'Guide'
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
|
||||||
|
```
|
||||||
Reference in New Issue
Block a user