Skip to content

Commit

Permalink
Adding a safety check
Browse files Browse the repository at this point in the history
adding a quick 0 point safety check for reminders where the theme is pulled to
  • Loading branch information
iamsam2e committed Jun 7, 2024
1 parent 019a3d2 commit ce350e9
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,8 @@ If you are not comfortable with the command line, you can use GUI tools to handl
These tools provide a visual interface for Git operations, making it easier to manage branches, commits, and pull requests.

##### Setting up for your first commit
0. **Checking Where You Pulled The Repo To** Before we get started, make sure that if you are working locally, you have cloned the wordpress/community-themes repo to your site's themes folder. For example if you are using Local, this might look like User/Local Sites/theme-plugin-dev/app/public/wp-content/themes

1. **Create a New Branch**: Before you start working on any changes, create a new branch from the main branch. This helps keep your work organized and makes it easier to manage changes.
```bash
git checkout -b your-branch-name
Expand Down

0 comments on commit ce350e9

Please sign in to comment.