mirror of
https://github.com/TeamNewPipe/NewPipe
synced 2025-07-07 20:42:58 +00:00
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:
|
## The rebase might consist of several commits, so you might have to do this several times after resolving a collision:
|
||||||
git rebase --continue
|
git rebase --continue
|
||||||
### Check if everything works, and no tests fail.
|
### 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…
x
Reference in New Issue
Block a user