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 b970144 commit ce38c70Copy full SHA for ce38c70
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