cf here also : http://nvie.com/posts/a-successful-git-branching-model/
But libzmq does not use branches, so it does not apply.
Le 06/12/2013 20:11, Trevor Bernard a écrit :
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
_______________________________________________
zeromq-dev mailing list
[email protected]
http://lists.zeromq.org/mailman/listinfo/zeromq-dev