Check out my first novel, midnight's simulacra!

Git: Difference between revisions

From dankwiki
 
Line 75: Line 75:
===Change base branch BBase of branch Bbranch to BNewbase===
===Change base branch BBase of branch Bbranch to BNewbase===
* <tt>git rebase --onto BNewbase BBase Bbranch</tt>
* <tt>git rebase --onto BNewbase BBase Bbranch</tt>
===Show changes in commit C, even if it's a merge commit===
* <tt>git show --diff-merges=on C</tt>


==See also==
==See also==