Fix git command in Quality-Assurance.md (#155146)

Correct the Quality-Assurance contributing doc's wrong git command.

## Pre-launch Checklist

- [x] I read the [Contributor Guide] and followed the process outlined
there for submitting PRs.
- [x] I read the [Tree Hygiene] wiki page, which explains my
responsibilities.
- [x] I read and followed the [Flutter Style Guide], including [Features
we expect every widget to implement].
- [x] I signed the [CLA].
- [x] All existing and new tests are passing.
This commit is contained in:
HongeSun 2024-11-20 14:32:04 +08:00 committed by GitHub
parent 0234757554
commit 15a03a4ada
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -12,7 +12,7 @@ When a beta build is announced, switch to the beta channel:
If you get a `git` error, then you probably have a contributor checkout of Flutter. Use git instead:
> `git fetch upstream/beta && git checkout beta`
> `git fetch upstream && git checkout upstream/beta`
Either way, check that everything is as you expect: