mirror of
https://github.com/rust-lang/rust.git
synced 2026-04-27 18:57:42 +03:00
Warn of the dangers of rebasing
@@ -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:
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user