Forking Versions

Monte Goulding monte at sweattechnologies.com
Sat Oct 10 02:17:32 EDT 2015


git will throw an error if you try to push and your commits aren't ancestors of the head of the branch you are pushing. You can get around this by force pushing but don't do that... Nasty... I don't even know why git allows it.

Sent from my iPhone

> On 10 Oct 2015, at 4:57 pm, Mark Wieder <mwieder at ahsoftware.net> wrote:
> 
> That way if anyone has pushed anything to the common repository before your latest pull from it, you have a chance to get the latest changes locally, make sure there aren't any conflicts, and only then is it safe to push your changes up.




More information about the use-livecode mailing list