Theodore Tso [off-list ref] writes:
On Wed, Jun 25, 2008 at 11:03:02PM -0000, David Jeske wrote:
quoted
I don't want to replicate CVS behavior, just the workflow.
It's not clear exactly what you want. If you want the CVS workflow
(with all of its downsides), then just use "git pull; hack hack hack;
git push" all on the master branch.
Eh, my point was more about "to preserve CVS workflow, fetch+rebase+push
is much closer than pull+push"...