[develop guide] update dev guide doc
This commit is contained in:
parent
377c09ec81
commit
45fa4658e7
|
@ -14,12 +14,12 @@ Open https://github.com/unias/docklet in your browser and click **Fork** button
|
||||||
##### Step 2 : clone & config
|
##### Step 2 : clone & config
|
||||||
* clone docklet from your github repository
|
* clone docklet from your github repository
|
||||||
```
|
```
|
||||||
git clone https://github.com/YourName/docklet
|
git clone https://github.com/YourName/docklet.git
|
||||||
```
|
```
|
||||||
* config your local repository
|
* config your local repository
|
||||||
```
|
```
|
||||||
# add unias/docklet as your upstream
|
# add unias/docklet as your upstream
|
||||||
git remote add upstream https://github.com/unias/docklet
|
git remote add upstream https://github.com/unias/docklet.git
|
||||||
# set push to upstream not work
|
# set push to upstream not work
|
||||||
git remote set-url --push upstream no_push
|
git remote set-url --push upstream no_push
|
||||||
```
|
```
|
||||||
|
|
Loading…
Reference in New Issue