hi there !
i just started using grav for one of my smaller projects and i'm loving it!!! everything is really well documented and quite logical in its structure. but i think i've stumbled upon a usecase that is not (yet?) supported:
after creating the basic structure of the website in terms of templates & markdown-files, i'm now starting to do the styling (mostly twig & css work). i have set up a github-workflow with a webhook and everything runs smoothely (thanks to the excellent tutorial!). local changes get synched via the github desktop app and then deployed to the server.
however: since time is an issue, i would like my co-worker to start putting in content right away, via the admin-panel (she's not the dev-type), while i continue working on the styling. but that would mean, that i'd need something like a post-receive hook on my server, that automatically pushes / merges the "admin-panel"-changes into the github repository, which in turn synchronizes my local working copy.
how would one go about automating a process like this? i've found a couple of similar ques tions in the forum, but never a satisfying answer. and, truth be told, i'm quite new to all this (never ever set up a cms by myself until now, never really worked with git before, etc..).