[ad_1]
Currently I build sites and don’t bother with GitHub. I’m building sites using Oxygen but not sure if it’s worth having a repo that keeps track of changes? Although I do want to look into C Panel automated back ups rather than having to use a plugin
[ad_2]
It’s only worth it once you need it but you never know when you’ll need it.
Good practice is to have your repo so you can have a single source of truth for your website but is it required? No.
It really depends on you if you want to use GitHub but it will be good to have a backup of your site where you can compare code changes from version to version, if that is your thing.
If you build a site with a builder vs. something like a custom theme, your custom work is largely stored in the database with settings and the generated page builder content and similar. What I’d recommend putting under version control is anything like a custom child theme, a fully custom theme, or a custom plugin.