On 11 May 2016 09:19PM, Ron W wrote:
> (I don't know what just "git merge" would do. I only know about
> fast-forward because I specifically googled it to find out how it works.)

Git's "merge" command does do "fast-forward" merging by default. If you want
to create an actual merge commit, you have to add the "--no-ff" flag.

----
Thank you,
Arnel
_______________________________________________
fossil-users mailing list
fossil-users@lists.fossil-scm.org
http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users

Reply via email to