diff options
author | Matt Artist <[email protected]> | 2022-06-03 11:34:54 -0400 |
---|---|---|
committer | Matt Artist <[email protected]> | 2022-06-03 11:34:54 -0400 |
commit | a1e0eeef386fb9799cbeb6b05a273babca865703 (patch) | |
tree | 562fd4518ae0d7f3b6682bc9c217c10e9c27464d /CONTRIBUTING.md | |
parent | 4f76ec1554faca0ae524814e1e470c14dc11d76c (diff) | |
download | Paper-a1e0eeef386fb9799cbeb6b05a273babca865703.tar.gz Paper-a1e0eeef386fb9799cbeb6b05a273babca865703.zip |
[ci skip] Changing the order of the rebase with autosquash command in the contributing.md (#6974)
Diffstat (limited to 'CONTRIBUTING.md')
-rw-r--r-- | CONTRIBUTING.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 77225d6ec9..88367a7c4e 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -168,7 +168,7 @@ move it under the line of the patch you wish to modify; assist you too. - Alternatively, if you only know the name of the patch, you can do `git commit -a --fixup "Subject of Patch name"`. -1. Rebase with autosquash: `git rebase --autosquash -i base`. +1. Rebase with autosquash: `git rebase -i --autosquash base`. This will automatically move your fixup commit to the right place, and you just need to "save" the changes. 1. Type `./gradlew rebuildPatches` in the root directory; |