Check out my first novel, midnight's simulacra!

Git: Difference between revisions

From dankwiki
Line 72: Line 72:
===Update local list of remote branches===
===Update local list of remote branches===
* <tt>git remote update origin --prune</tt>
* <tt>git remote update origin --prune</tt>
===Change base branch BBase of branch Bbranch to BNewbase===
* <tt>git rebase --onto BNewbase BBase Bbranch</tt>


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