added force push for rebase
parent
d9bcaefb12
commit
aa3042083c
|
@ -10,4 +10,7 @@ git rebase dev
|
|||
## The rebase might consist of several commits, so you might have to do this several times after resolving a collision:
|
||||
git rebase --continue
|
||||
### Check if everything works, and no tests fail.
|
||||
|
||||
git push --force
|
||||
### WARNING: it will push your local changes and erase the difference. It is needed after a rebase.
|
||||
```
|
Loading…
Reference in New Issue