Difference between revisions of "Git rebase"
Jump to navigation
Jump to search
(6 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
+ | {{lowercase}} | ||
* <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 | ||
+ | |||
+ | == Related == | ||
+ | * [[crane rebase]] | ||
+ | * [[Fatal: Need to specify how to reconcile divergent branches.]] | ||
== See also == | == See also == | ||
− | * {{ | + | * {{git config}} |
[[Category:Git]] | [[Category:Git]] |
Latest revision as of 10:11, 3 February 2025
git config pull.rebase false
# merge (the default strategy)git config pull.rebase true
# rebase
Related[edit]
See also[edit]
Advertising: