You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Git 2.18 has an option for interactive rebase called --rebase-merges, which will eventually replace the clunky --preserve-merges. This capability can be used to rebase a topic with merges interactively, and can therefore be very useful for topic-based development with gitworkflow.
Git 2.18 has an option for interactive rebase called
--rebase-merges
, which will eventually replace the clunky--preserve-merges
. This capability can be used to rebase a topic with merges interactively, and can therefore be very useful for topic-based development with gitworkflow.See https://git-scm.com/docs/git-rebase#_rebasing_merges
Add information to the docs about how this option can be used e.g.:
The text was updated successfully, but these errors were encountered: