Automattic / Automattic/jetpack

Main branch renamed to `trunk`

Open
#24,775 0 comments 0 reactions 0 assignees View on GitHub
[Tools] Monorepo Setup Build
Dominant language
PHP
Stars
1.8k
Forks
898
Avg merge
1d 18h
Merged PRs (30d)
774

Description

On 17 June 2022 the main branch of this repository was renamed to `trunk`. For anyone developing with Jetpack locally, you can update your repository by running the following commands:

```
git branch -m master trunk
git fetch origin
git branch -u origin/trunk trunk
git remote set-head origin -a
```

No change is needed on existing PRs as GitHub [will handle this automatically](https://github.com/github/renaming). Thank you!

Contributor guide

Open the contributing guide

Research direction

The issue body documents the repository rename from master to trunk and gives git commands for updating local Jetpack checkouts. Start by checking the repository's contributor or setup documentation for references to the old branch name; done means those references describe trunk and the documented update steps accurately.

Written by the indexing model from the issue text.

Assessment

Tech stack
git
Domain
documentation
Issue type
Documentation
Difficulty
1/5
Estimated time
Under an hour
Activity status
Stale
Clarity
Needs clarification
Newbie friendliness
35/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.