-
Notifications
You must be signed in to change notification settings - Fork 808
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add note about git add for rsync tracking
- Loading branch information
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -96,7 +96,7 @@ Watch a monorepo project, which will rebuild the project as changes are made so | |
Maybe you'd prefer to develop against a live site instead of Docker. Or maybe you want to quickly push the plugin you're building to a live JN site without waiting for the builds. This rsync wrapper knows which files to send and not send. | ||
|
||
- Rsync the Jetpack plugin to server destination: `jetpack rsync jetpack [email protected]:/home/path/to/wp-content/plugins` | ||
|
||
- Note: You need to git add new files so jetpack rsync will take them into account. | ||
[the Jetpack monorepo]: https://github.com/Automattic/jetpack | ||
|
||
**Draft**: Enable or disable "draft mode" for the repo. | ||
|