Commit 2e28e5d
docs: remove stale -b v2 flag from clone command in CONTRIBUTING.md
Merge google#6121
The Development Setup section instructs contributors to clone the repo with `-- -b v2`, which points to the old `v2` branch. Active development happens on `main` (the default branch). Contributors who follow this instruction verbatim end up on an outdated branch and miss recent changes.
Remove the `-b v2` flag so `gh repo clone` checks out the default branch (`main`) as expected.
Co-authored-by: Shangjie Chen <deanchen@google.com>
COPYBARA_INTEGRATE_REVIEW=google#6121 from Goutham-Annem:docs/fix-contributing-clone-branch 8cefeb0
PiperOrigin-RevId: 9326692141 parent 3f505d2 commit 2e28e5d
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
133 | 133 | | |
134 | 134 | | |
135 | 135 | | |
136 | | - | |
| 136 | + | |
137 | 137 | | |
138 | 138 | | |
139 | 139 | | |
| |||
0 commit comments