Difference between revisions of "Git rebase"

From wikieduonline
Jump to navigation Jump to search
Line 5: Line 5:
  
  
*<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
  
  
 
== See also ==
 
== See also ==
* {{Git}}
+
* {{git}}
  
 
[[Category:Git]]
 
[[Category:Git]]

Revision as of 12:15, 4 January 2022

Advertising: