> I'm wondering how I can make sure that all clones and/or
> pulls of the repository use the same branch naming conventions.
Since git-flow currently keeps the settings on a per-repo basis, there is
no good technical way to assure all users use the same branch naming
convention. Vanilla Git does not allow you to propagate settings from one
repo to another, so I guess you are stuck and have to deal with this
manually until git-flow supports this.
I've been discussing this already a bit with Vlad Dumitrescu, see this
thread: http://groups.google.com/group/gitflow-users/browse_thread/thread/9920a7df3d1c4908
> A coworker suggested running "git flow init" on the .git repositories
> on the gitosis server but that doesn't appear to be viable as I receive
> errors "error: invalid option: --ignore-submodules".
I think this error is related to you using an old Git version, can that
be the case?
Cheers,
Vincent