Tagged Questions

2
votes
5answers
804 views

Integrator workflow, Is fetch-rebase-push safe for remote repos?

I'm managing a git repo using the integrator work flow. In other words, I pull commits from my co-workers, and push them out to the blessed repo. I'd like to keep the commit history linear for most ...