From 15a03a4adac970940eec3c4472037406d308d329 Mon Sep 17 00:00:00 2001 From: HongeSun <63278936+hongeSunCoder@users.noreply.github.com> Date: Wed, 20 Nov 2024 14:32:04 +0800 Subject: [PATCH] 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. --- docs/releases/Quality-Assurance.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/releases/Quality-Assurance.md b/docs/releases/Quality-Assurance.md index f3f589325a6..dbea482a802 100644 --- a/docs/releases/Quality-Assurance.md +++ b/docs/releases/Quality-Assurance.md @@ -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: