Skip to content

Conversation

pbearne
Copy link

@pbearne pbearne commented Oct 15, 2025

Copy link

The following accounts have interacted with this PR and/or linked issues. I will continue to update these lists as activity occurs. You can also manually ask me to refresh this list by adding the props-bot label.

Unlinked Accounts

The following contributors have not linked their GitHub and WordPress.org accounts: @[email protected].

Contributors, please read how to link your accounts to ensure your work is properly credited in WordPress releases.

To understand the WordPress project's expectations around crediting contributors, please review the Contributor Attribution page in the Core Handbook.

#### To start the development environment for the first time

Clone the current repository using `git clone https://github.com/WordPress/wordpress-develop.git`. Then in your terminal move to the repository folder `cd wordpress-develop` and run the following commands:
Goto https://github.com/WordPress/wordpress-develop and fork the repository to your own GitHub account.
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
Goto https://github.com/WordPress/wordpress-develop and fork the repository to your own GitHub account.
Go to https://github.com/WordPress/wordpress-develop and fork the repository to your own GitHub account.

Goto https://github.com/WordPress/wordpress-develop and fork the repository to your own GitHub account.

Then clone the forked repository to your computer using `git clone https://github.com/<your-username>/wordpress-develop.git`.

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
Alternatively, if you have the GitHub CLI installed, you can just run `gh repo fork WordPress/wordpress-develop --clone --remote`. This will automatically add an `upstream` remote as well.

Clone the current repository using `git clone https://github.com/WordPress/wordpress-develop.git`. Then in your terminal move to the repository folder `cd wordpress-develop` and run the following commands:
Goto https://github.com/WordPress/wordpress-develop and fork the repository to your own GitHub account.

Then clone the forked repository to your computer using `git clone https://github.com/<your-username>/wordpress-develop.git`.
Copy link
Member

@westonruter westonruter Oct 15, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
Then clone the forked repository to your computer using `git clone https://github.com/<your-username>/wordpress-develop.git`.
Then clone the forked repository to your computer using `git clone https://github.com/<your-username>/wordpress-develop.git`. Add the origin repo as an `upstream` remote via `git remote add upstream https://github.com/WordPress/wordpress-develop.git`; then you can keep your branches up to date via `git pull --ff upstream/trunk`, for example.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants