1
0
mirror of https://github.com/TeamNewPipe/NewPipe synced 2024-09-27 22:58:23 +00:00

added force push for rebase

B0pol 2020-04-04 09:16:07 +00:00
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.
```