diff --git a/guidelines.html b/guidelines.html index e64e7da..0c4c070 100644 --- a/guidelines.html +++ b/guidelines.html @@ -67,7 +67,7 @@
To get the source on your local development machine,
simply clone the repo using Git:
- git clone https://github.com/USERNAME/PROJECT.git
+ git clone https://github.com/USERNAME/PROJECT.git
+ git checkout dev
@@ -480,17 +481,16 @@
git clone git@github.com:[USERNAME]/[PROJECT]git clone https://github.com/USERNAME/PROJECT.gitcd [PROJECT]
- git remote add upstream
- git@github.com:WindowsAzure/[PROJECT]git remote add upstream -f https://github.com/USERNAME/PROJECT.gitgit fetch upstream/dev
+ repository by using the following Git commands
+ git fetch upstream/dev
git merge upstream/dev
Note: All changes and pull request should be done @@ -609,7 +609,8 @@