We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7e6856b commit 5527084Copy full SHA for 5527084
packages/lobe-commit/src/commands/Commit/RunGitCommit.tsx
@@ -24,7 +24,6 @@ const RunGitCommit = memo<RunGitCommitProps>(({ hook }) => {
24
fs.writeFileSync(process.argv[3], message);
25
setLoading(false);
26
} else {
27
- execaSync('git', ['add', '--all']);
28
execaSync('git', ['commit', '-m', message], {
29
buffer: false,
30
stdio: 'inherit',
0 commit comments