I sometimes push branches to a publicly-accessible repository (e.g. github) knowing that they contain half-baked commits, works in progress, and other sorts of things that are very likely to be rebased.
Is there a generally-understood naming convention that would serve to warn those cloning my repo that this branch is not a good one to build their work upon?
I know I can put warnings in the commits on these branches, but I'm looking for a convention for the branches themselves.