I'm trying to auto-merge between two stable branches using gitosis hooks.
I've found an article that describes how to do this using just git hooks.
I'm just uncertain how to do the same thing using gitosis, any thoughts?
Essentially, a successful commit to maint branch would auto merge into dev branch.