Difference between revisions of "Git rebase"

From wikieduonline
Jump to navigation Jump to search
Tags: Mobile web edit, Mobile edit
Line 1: Line 1:
 
* <code>[[git]] rebase</code>
 
* <code>[[git]] rebase</code>
 
** 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 true </code>  # rebase
 +
  
 
== See also ==
 
== See also ==

Revision as of 09:22, 22 July 2021

Advertising: