11-28-2020, 01:01 AM
I really recommend that you get a hosting where you can ssh and execute git, it makes things a LOT easier.
If that is not possible what I usually do is keep a local copy of the code in a directory (this is also a backup). This copy is under git control. When you want to update, you git pull and update the directory, if you have this on a local web server you can even update the database and test everything before making the changes on the live site.
Once you have the local copy updated you can use the ftp mirror option to update the online site.
If that is not possible what I usually do is keep a local copy of the code in a directory (this is also a backup). This copy is under git control. When you want to update, you git pull and update the directory, if you have this on a local web server you can even update the database and test everything before making the changes on the live site.
Once you have the local copy updated you can use the ftp mirror option to update the online site.
Joe
TSolucio
TSolucio