On Github CSilivestru / git-different
Presented by Chris Silivestruwww.bithound.io / @bithoundio
git merge master my-feature-branch //stop doing this
becomes....
git checkout my-feature-branch //Go to your branch git rebase -i master //rebase it on top of master (or other branch)
*Note: the '-i' is optional
*Just don't leave it that way
Slides: CSilivestru/git-different
Coffee Repo: CSilivestru/coffee
Go and check us out!!