There was an error while loading. Please reload this page.
2 parents c146b3b + a1ca495 commit e953edfCopy full SHA for e953edf
src/utils/commiter.ts
@@ -40,7 +40,7 @@ export const commiter = async () => {
40
if (stdoutStatus.includes('no changes added to commit')) {
41
const addStagedFiles = await confirm({
42
message:
43
- 'No changes added to commit, would you like to add staged files ?',
+ 'No changes added to commit, would you like to add modified files ?',
44
initialValue: true,
45
})
46
0 commit comments