in git hook when !publish! is triggered make sure that it doesn't include any changes not done by the author of the trigger.. #7
Loading…
Reference in New Issue
No description provided.
Delete Branch "%!s(<nil>)"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
there is a change otherwise to try to publish things which are half-baked by other contributors..
but then the problem is that person who wants to publish has to "touch" all other commits in other to publish everything..
not trivial!
one of the ways to do that is through drafts.. will explore that further.. so that draft = true doesn't work for _preview but it does work for publish...
good thing is that config files could resolve that...