commit | e5be65e99886fb0d2488c966ee2e16c413e20321 | [log] [tgz] |
---|---|---|
author | Ravi Mistry <rmistry@google.com> | Thu May 20 16:01:33 2021 -0400 |
committer | Skia Commit-Bot <skia-commit-bot@chromium.org> | Fri May 21 15:18:16 2021 +0000 |
tree | 0cd8ba80882355e721f3502ab1837ba536baab2d | |
parent | 1c933f83c10c774db20a8bb78cd8aa15bfb0a4d4 [diff] [blame] |
Update references to master branch Change-Id: I1bfd1b655af6cdfbd64452b1e594a276425095fe Bug: skia:11987 Docs-Preview: https://skia.org/?cl=410790 Reviewed-on: https://skia-review.googlesource.com/c/skia/+/410790 Reviewed-by: Eric Boren <borenet@google.com> Commit-Queue: Ravi Mistry <rmistry@google.com>
diff --git a/site/docs/dev/contrib/submit.md b/site/docs/dev/contrib/submit.md index d9ebcf0..bebb946 100644 --- a/site/docs/dev/contrib/submit.md +++ b/site/docs/dev/contrib/submit.md
@@ -17,7 +17,7 @@ <!--?prettify lang=sh?--> git config branch.autosetuprebase always - git checkout -b my_feature origin/master + git checkout -b my_feature origin/main After making your changes, create a commit @@ -169,7 +169,7 @@ Once your commit has gone in, you should delete the branch containing your change: - git checkout -q origin/master + git checkout -q origin/main git branch -D my_feature ## Final Testing