mirror of
https://github.com/apache/cloudstack.git
synced 2025-10-26 08:42:29 +01:00
CONTRIBUTING: fix new repo url
Signed-off-by: Rohit Yadav <rohit.yadav@shapeblue.com>
This commit is contained in:
parent
abf1fe0ab3
commit
713bca663d
@ -27,7 +27,7 @@ No back porting / cherry-picking features to existing branches!
|
|||||||
|
|
||||||
## Forking
|
## Forking
|
||||||
|
|
||||||
In your browser, navigate to: [https://github.com/shapeblue/primate](https://github.com/shapeblue/primate)
|
In your browser, navigate to: [https://github.com/apache/cloudstack-primate](https://github.com/apache/cloudstack-primate)
|
||||||
|
|
||||||
Fork the repository by clicking on the 'Fork' button on the top right hand side.
|
Fork the repository by clicking on the 'Fork' button on the top right hand side.
|
||||||
The fork will happen and you will be taken to your own fork of the repository.
|
The fork will happen and you will be taken to your own fork of the repository.
|
||||||
@ -38,7 +38,7 @@ On your workstation, follow these steps to setup a local repository for working
|
|||||||
``` bash
|
``` bash
|
||||||
$ git clone https://github.com/YOUR_ACCOUNT/primate.git
|
$ git clone https://github.com/YOUR_ACCOUNT/primate.git
|
||||||
$ cd primate
|
$ cd primate
|
||||||
$ git remote add upstream https://github.com/shapeblue/primate.git
|
$ git remote add upstream https://github.com/apache/cloudstack-primate.git
|
||||||
$ git checkout master
|
$ git checkout master
|
||||||
$ git fetch upstream
|
$ git fetch upstream
|
||||||
$ git rebase upstream/master
|
$ git rebase upstream/master
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user