Skip to content

Commit

Permalink
Copier touchups
Browse files Browse the repository at this point in the history
  • Loading branch information
gwenwindflower committed Mar 3, 2024
1 parent f8d9a2c commit cf22cca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ Before embarking on this quick journey: if your data platform has a CLI tool tha
- Consider using the included `dbt-codegen` package to build some initial sources and staging models from your data warehouse metadata.
- Once you've got some models built, try running `dbt build` to run and test your models.

6. Commit it!
6. Push it!

- The setup process will have initialized a git repository for you and made an initial commit of the starting state, so you can go right ahead and push your new project to your favorite git hosting service. It will run the pre-commit hooks automatically on commit, so you don't have to worry about linting or formatting your code before you commit it.

Expand Down

0 comments on commit cf22cca

Please sign in to comment.