We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7721133 commit a1552fbCopy full SHA for a1552fb
README.md
@@ -50,15 +50,13 @@ Write tests using [pytest](https://docs.pytest.org/).
50
51
## Setup info
52
53
-Requires Python 3.8+.
54
-
55
```console
56
$ python3 -m venv venv
57
$ source venv/bin/activate
58
(venv) $ python -m pip install cherry_picker
59
```
60
61
-The cherry picking script assumes that if an `upstream` remote is defined, then
+The cherry-picking script assumes that if an `upstream` remote is defined, then
62
it should be used as the source of upstream changes and as the base for
63
cherry-pick branches. Otherwise, `origin` is used for that purpose.
64
You can override this behavior with the `--upstream-remote` option
0 commit comments