DEV Community

Discussion on: Another GIT framework workflow

Collapse
 
michaeljota profile image
Michael De Abreu

As I explain, there are multiple ways to sync with a force pushed branch from origin. You can commit all your changes locally and rebase later against that branch, for example.

But, yes, this is safest if you are the only one working in a feature branch.