mirror of
https://github.com/citra-emu/citra.git
synced 2024-11-15 05:00:06 +00:00
Revert last revision (sorry)
parent
b9b12ab4bc
commit
3955ef5256
@ -39,8 +39,6 @@ It's appreciated if every single commit in a branch on its own compiles on all s
|
|||||||
* From your branch, rebase `upstream/master`
|
* From your branch, rebase `upstream/master`
|
||||||
* `git checkout new-branch-name`
|
* `git checkout new-branch-name`
|
||||||
* `git rebase -i upstream/master`
|
* `git rebase -i upstream/master`
|
||||||
* Replace `pick` with `fixup` in all commits addressing feedback.
|
|
||||||
* Reword, reorder, resolve, if required.
|
|
||||||
* Update `origin/new-branch-name`
|
* Update `origin/new-branch-name`
|
||||||
* `git push origin new-branch-name --force`
|
* `git push origin new-branch-name --force`
|
||||||
* Create the pull request on GitHub to merge `origin/new-branch-name` into `upstream/master`
|
* Create the pull request on GitHub to merge `origin/new-branch-name` into `upstream/master`
|
||||||
|
Loading…
Reference in New Issue
Block a user