Archived topic
Git / or a way to work local at push to live
3 replies · Started by Eaydman on August 19, 2020
Hi,
Normally I work local on my computer and push to git, to have version control.
But now where the most of the page setup is made with GenerateBlocks/Gutenberg and not the theme files.
Then I want to ask how you guys work on a project local on your computeres, and push it to the live site ?
Is there any smart way of doing it ?
Hi there,
Maybe a plugin like this would help?
https://en-ca.wordpress.org/plugins/duplicator/
Ahhhh... Thats not an easy/fast way of "pushing" from local to live.
There must exist an easier way, of manage sites on local, and push to live somehow.
Hi there,
there are many local development applications such as XAMP, MAMP ( mac ), Laravel etc that allow you to develop locally and push to a live site. Each one has its own configuration requirements and some knowledge to setup.
Or there are services provided by specific hosts - like Local by Flywheel.
Which allows you to push to their servers or open an NGROK tunnel to provide external links to your local site.
Or you can use the migrator/duplicator tools to take a copy and add it your live site.