Skip to content

Commit

Permalink
Merge branch 'update-09-23-2020' into 'master'
Browse files Browse the repository at this point in the history
Update development_guidelines.rst to remove duplicate command to set origin after clone

See merge request zcash-docs/zcash-docs!225
  • Loading branch information
lindanlee committed Oct 2, 2020
2 parents 317339d + 3ab7685 commit 47aa2e0
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion source/rtd_pages/development_guidelines.rst
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,6 @@ Then, open up a terminal and issue the below commands:
git clone git@github.com:your_username/zcash.git
cd zcash
git remote set-url origin git@github.com:your_username/zcash.git
git remote add upstream git@github.com:zcash/zcash.git
git remote set-url --push upstream DISABLED
git fetch upstream
Expand Down

0 comments on commit 47aa2e0

Please sign in to comment.