We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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?
The text was updated successfully, but these errors were encountered:
Hello and thanks for filing this issue.
The contributing instructions assume you're using ssh to access github.
I think you're right, we should probably update CONTRIBUTING.md to mention that.
Sorry, something went wrong.
krzentner
No branches or pull requests
When I tried to run the following commands from the "Git recipes" in CONTRIBUTING.md, I got error messages:
However, the following would work:
Should CONTRIBUTING.md be updated?
The text was updated successfully, but these errors were encountered: