dev docs suggest using "git remote -va" but -a is not a valid flag #6686
Labels
kind/bug-report
Something doesn't seem to work.
triage/accepted
A consensus emerged that this bug report, feature request, or other action should be worked on
Description of the issue
There is a very minor and non-urgent documentation bug in the dev install instructions. At one point, the steps suggest running
git remote -va
, but this leads to an error thata
is an unknown switch forgit remote
.How to reproduce the issue
The problem is visible in the online docs at quantumai.google, as well as in the dev installation instructions in GitHub. In the online docs at quantumai.google, the comment under step 4 in the instructions at https://quantumai.google/cirq/dev/development#forking_the_repository is the following:
However, actually doing
git remote -va
(at least in versions 2.39 and higher) produces an error:The source text appears to be line 34 in
docs/dev/development.md
.Cirq version
The text was updated successfully, but these errors were encountered: