>> I personally like having a no fast forward merge.
>
> I've no idea what that means... could you explain?

Lets say you are merging in a branch "B" into "A". If "A" is directly
upstream from "B" git will just move the branch "A" onto "B". This is
a "Fast forward". Pull requests are a non fast forward merge. There is
an explicit merge commit saying you are merging "B" onto "A". I like
these sorts of commits.
_______________________________________________
zeromq-dev mailing list
[email protected]
http://lists.zeromq.org/mailman/listinfo/zeromq-dev

Reply via email to