Skip to content

Commit 2e28e5d

Browse files
Goutham-AnnemDeanChensj
authored andcommitted
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: 932669214
1 parent 3f505d2 commit 2e28e5d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@ part before or alongside your code PR.
133133
1. **Clone the repository:**
134134

135135
```shell
136-
gh repo clone google/adk-python -- -b v2
136+
gh repo clone google/adk-python
137137
cd adk-python
138138
```
139139

0 commit comments

Comments
 (0)