Answer the question
In order to leave comments, you need to log in
How to upload an existing website to github?
There is a test site on wp.
I want to record changes on the site for myself.
Is there some kind of plugin to sync changes or how to upload to github so that you can create an updated version with changes.
Thanks
Answer the question
In order to leave comments, you need to log in
I don't recommend the plugin.
If you don't know git well, but want to upload code to github, use gitkraken. Connect it to your github account. Its interface is quite simple.
WP is a CMS .
It stores content in a database.
What do you call "changes"?
If we are talking about content, then you do not need to place it in the version control system (github).
In addition to content, a WP site has a configuration. Part of the configuration, as far as I understand, is in the database, and part can be moved to the settings files.
It makes sense to move these files to git.
Your site is ideally a few docker containers:
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question