Warn of the dangers of rebasing

brson
2012-06-07 22:03:30 -07:00
parent dbc96ea15f
commit e9eae9490d
+2
@@ -18,6 +18,8 @@ $ git merge mozilla/master
$ git rebase master mybranch
```
> If rebasing will cause some of your commits to not build or otherwise make less sense then don't do it.
> Instead finish the work on the current branch. Do not repeatedly merge master into your branch.
3. When done, push your work up to github:
```