Merge pull request #21 from CagataySonmez/develop

Bugfix/issue#18 (#20)
This commit is contained in:
Cagatay Sonmez
2019-02-22 07:31:23 -07:00
committed by GitHub

View File

@ -61,7 +61,7 @@ In order to sync the a forked repository with the original repository, you need
Change directory to the forked repository and use 'git add remote' command to specify a new remote upstream repository. Change directory to the forked repository and use 'git add remote' command to specify a new remote upstream repository.
``` ```
$ cd EdgeCloudSim $ cd EdgeCloudSim
$ git remote add upstream git remote add upstream https://github.com/CagataySonmez/EdgeCloudSim.git $ git remote add upstream https://github.com/CagataySonmez/EdgeCloudSim.git
``` ```
After this step, you will have two remotes on your local: After this step, you will have two remotes on your local: