-
Notifications
You must be signed in to change notification settings - Fork 37
Open
Description
When I tried to run the following commands from the "Git recipes" in CONTRIBUTING.md, I got error messages:
git remote add rlworkgroup [email protected]:rlworkgroup/dowel.git
git reset --hard master rlworkgroup/master
However, the following would work:
git remote add rlworkgroup https://github.com/rlworkgroup/dowel.git
git checkout master
git fetch rlworkgroup
git reset --hard rlworkgroup/master
Should CONTRIBUTING.md be updated?
Metadata
Metadata
Assignees
Labels
No labels