Hello,
Does anyone know how to avoid doing gaps with git? At the next thing:
I have a project with 2 configured "remotes" (imagine one of the company - company - and another private - server). I maintain a "branch" that synchronized with the company repository (master -> company / master) and another which I sync with my version of the project that is slightly different (my -> myserver / master).
Now: how do I configure git to prevent me from doing dumbbells and to "push" my personal "branch" to the company server, for example?