Difference between revisions of "Git rebase"

From wikieduonline
Jump to navigation Jump to search
Line 2: Line 2:
 
** https://git-scm.com/docs/git-rebase
 
** https://git-scm.com/docs/git-rebase
  
*<code>git config [[pull]].[[rebase]] false </code>  # merge (the default strategy)
+
 
 +
 
 +
*<code>[[git config]] [[pull]].[[rebase]] false </code>  # merge (the default strategy)
 
*<code>git config pull.rebase true </code>  # rebase
 
*<code>git config pull.rebase true </code>  # rebase
  

Revision as of 09:23, 22 July 2021

Advertising: