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 37d6303 commit 3a4eca3Copy full SHA for 3a4eca3
lib/cherry_pick.js
@@ -36,11 +36,6 @@ export default class CherryPick {
36
return this.options.lint;
37
}
38
39
- getUpstreamHead() {
40
- const { upstream, branch } = this;
41
- return runSync('git', ['rev-parse', `${upstream}/${branch}`]).trim();
42
- }
43
-
44
getCurrentRev() {
45
return runSync('git', ['rev-parse', 'HEAD']).trim();
46
0 commit comments