thoughtbot/guides

Regarding rebasing branches...

justin808 opened this issue · 2 comments

https://github.com/thoughtbot/guides/blob/master/protocol/git/README.md

git fetch origin
git rebase -i origin/master

Sometimes, small teams will work on a branch, but typically on different files within that branch.

Possibly the advice on rebasing should explain the pitfalls of doing the above rebase without coordinating with other branch users.

@mjankowski Do you have guidelines for multiple collabs on a branch?

Talk to each other.