Git merge: Difference between revisions

From NovaOrdis Knowledge Base
Jump to navigation Jump to search
(Created page with "=Internal= =Options= ==--no-ff== Create a merge commit even when the merge resolves as a fast-forward. This is the default behaviour when merging an annotated tag.")
 
Line 1: Line 1:
=Internal=
=Internal=
* [[Git_Commands#Branch_Operations|Git Commands]]


=Options=
=Options=

Revision as of 19:45, 17 April 2018

Internal

Options

--no-ff

Create a merge commit even when the merge resolves as a fast-forward. This is the default behaviour when merging an annotated tag.