💾 Archived View for republic.circumlunar.space › users › andybalaam › blogmirror › 2013-07-11_mergin… captured on 2022-06-03 at 23:21:09. Gemini links have been rewritten to link to archived content

View Raw

More Information

⬅️ Previous capture (2021-12-04)

-=-=-=-=-=-=-

Merging in git

Series: Why git?, Basics, Branches, Merging, Remotes

The last video covered how to make branches and simple merges.

Why git?

Basics

Branches

Remotes

This time we look at what to do when you want just one change from another branch (cherry-picking) and how to merge two branches when there are conflicts between them. We also look at rebasing, which is a different way to combine the work done on two branches, which hides complexity from other people at the expense of changing history.

Slides: Merging in git.

Originally posted at 2013-07-11 06:29:18+00:00. Automatically generated from the original post : apologies for the errors introduced.

Merging in git

original post