Commit 08274a3f authored by Justin Donnelly's avatar Justin Donnelly Committed by Commit Bot

Branch sheriff docs: add note about git fetch.

I couldn't check out the branch during my branch sheriff shift yesterday
until I figured out that I needed to run git fetch. This CL basically
copies the similar note from:
https://www.chromium.org/developers/how-tos/get-the-code/working-with-release-branches

Change-Id: I00a09a995ccedf49ea535f6ab3ed56d8c32eed13
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2124306Reviewed-by: default avatarJohn Budorick <jbudorick@chromium.org>
Commit-Queue: Justin Donnelly <jdonnelly@chromium.org>
Cr-Commit-Position: refs/heads/master@{#754131}
parent d75584ec
......@@ -39,6 +39,12 @@ heads. You can do so by running
> This only needs to be done once, though running it more than once won't hurt.
You may also need to run:
```
src $ git fetch
```
Once you've done that, you'll be able to check out branches:
```
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment