Git workflow for content editors -


i have specific workflow need with.

we have remote staging server hosts our cms. content editors make changes things (blog etc...) there. submit request me push changes remote repository. git repo on bitbucket , setup continuous deployment our cdn (netlify) using built in webhooks.

at client's request, trying figure out way (non technical) content editors manage own commits, need cautious not committing changes outside of scope. additionally, have make assumption person making commit knows nothing command line.

myself personally, think pipe dream on clients part, open suggestions!

the "fork , edit" button in github pretty want. allows click "edit" icon, make changes in browser, , generate pull request against original repository. none of requires command line.

since can't commit directly, repository owners have chance review changes before accepted, deals "be cautious not committing changes outside of scope" issue.

i'm not entirely familiar bitbucket, taking cursory through documentation appears they support similar feature.


Comments

Popular posts from this blog

PHP and MySQL WP -

android - InAppBilling registering BroadcastReceiver in AndroidManifest -

go - golang pprof for c library code -