Talk in English - US at ConFoo 2015
View Slides: https://speakerdeck.com/emmajane/a-rebasing-workflow-for-git
Short URL: https://joind.in/talk/05abf
(QR-Code (opens in new window))
A Rebasing Workflow for Git
Comments
Comments are closed.
A great summary of the pros and cons of using Rebasing in Git.
I think I found the most useful reason for doing this is to clean up multiple commits in a branch into one before merging back to master. I'm guilty of lots of "oops" or "testing something" type intermediate commit statements.
Emma is a very friendly, energetic speaker with very technical content that directly applies to a lot of folks. This talk helped describe both visually and in CLI what a git rebase is doing and how that compares to merging. She is able to assert her opinion well without it being too pushy - a unique talent!