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 59b6edb commit 75147e9Copy full SHA for 75147e9
src/utils/git.ts
@@ -80,7 +80,7 @@ export const gitAdd = async ({ files }: { files: string[] }) => {
80
81
await execa('git', ['add', ...files]);
82
83
- gitAddSpinner.stop(`Done adding ${files.length} files`);
+ gitAddSpinner.stop(`Staged ${files.length} files`);
84
};
85
86
export const getDiff = async ({ files }: { files: string[] }) => {
0 commit comments