Re: 'git branch' when origin branch with same name exists
From: Ryan Lortie <hidden> Date: 2016-06-15 22:54:08
hi Michael,
On 12-06-19 11:35 AM, Michael Schubert wrote:
This very much violates the distributed nature of Git. Everything
is allowed, because it's *my* repository.
It is certainly allowed, as originally mentioned, with a --force option
of some kind.
It is only prevented by default because it is likely you are making a
mistake...
Cheers