-
-
Save jameshiggins/258ed83b0c483091e6b3c3c02f34f20a to your computer and use it in GitHub Desktop.
Wpengine git rempote docs
This file contains hidden or 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
git remote add production [email protected]:prodenvname.git | |
git remote add staging [email protected]:stageenvname.git | |
git remote add development [email protected]:evenvname.git | |
In the above commands be sure to replace prodenvname, stageenvname, and devenvname with the unique User Portal names of each environment. | |
You may also rename the “production,” “staging,” and “development” remotes names, if you prefer. We suggest naming them according to their role in your Site to avoid any confusion down the road. | |
For example: | |
git remote add mysitename-production [email protected]:myprodenvname.git |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment