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 2d1085f commit a7ad313Copy full SHA for a7ad313
1 file changed
components/git/land.js
@@ -48,8 +48,8 @@ const landActions = {
48
type: 'boolean'
49
},
50
fixupAll: {
51
- describe: 'Automatically fixup all commits to the first one dismissing ' +
52
- 'other commit messages',
+ describe: 'Automatically fixup (squash) all commits to the first one ' +
+ 'dismissing other commit messages',
53
default: false,
54
55
0 commit comments