added force push for rebase

B0pol 2020-04-04 09:16:07 +00:00
parent d9bcaefb12
commit aa3042083c
1 changed files with 3 additions and 0 deletions

@ -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.
```