Skip to content

Commit

Permalink
Add link to Pro Git book
Browse files Browse the repository at this point in the history
  • Loading branch information
codykaup committed Oct 7, 2024
1 parent b902a00 commit 21cb727
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions node-src/ui/messages/errors/gitNotInitialized.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ import chalk from 'chalk';
import { dedent } from 'ts-dedent';

import { error } from '../../components/icons';
import link from '../../components/link';

export default ({ command }: { command: string }) =>
dedent(chalk`
Expand All @@ -16,4 +17,6 @@ export default ({ command }: { command: string }) =>
- Commit the file(s) with \`git commit --message="<MESSAGE>"\`
Once you've done so, please run this build again.
For more information on Git, feel free to check out the Pro Git book: ${link('https://git-scm.com/book/en/v2')}
`);

0 comments on commit 21cb727

Please sign in to comment.