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 f8e94e3 commit cdc488bCopy full SHA for cdc488b
src/git.ts
@@ -4026,7 +4026,7 @@ const daemonServices: Fig.Suggestion[] = [
4026
4027
const completionSpec: Fig.Spec = {
4028
name: "git",
4029
- description: "The stupid content tracker",
+ description: "Distributed version control system",
4030
generateSpec: async (_, executeShellCommand) => {
4031
const { stdout } = await executeShellCommand({
4032
command: "git",
0 commit comments