Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

init: remove .git directory after clone #487

Merged
merged 2 commits into from
Jul 14, 2017
Merged

init: remove .git directory after clone #487

merged 2 commits into from
Jul 14, 2017

Conversation

cmcarthur
Copy link
Member

@cmcarthur cmcarthur commented Jul 13, 2017

16:35 $ dbt init test-project
Creating dbt configuration folder at /Users/connor/.dbt

Your new dbt project "test-project" was created! If this is your first time
using dbt, you'll need to set up your profiles.yml file -- this file will
tell dbt how to connect to your database. You can find this file by running:

  open /Users/connor/.dbt

For more information on how to configure the profiles.yml file,
please consult the dbt documentation here:

  https://dbt.readme.io/docs/configure-your-profile

One more thing:

Need help? Don't hesitate to reach out to us via GitHub issues or on Slack --
There's a link to our Slack group in the GitHub Readme. Happy modeling!

(dbt-development-3.6) ✔ ~/git/test
16:35 $ ls -al test-project/
total 24
drwxr-xr-x  9 connor  staff   306 Jul 13 16:35 .
drwxr-xr-x  3 connor  staff   102 Jul 13 16:35 ..
-rw-r--r--  1 connor  staff    28 Jul 13 16:35 .gitignore
-rw-r--r--  1 connor  staff   323 Jul 13 16:35 README.md
drwxr-xr-x  3 connor  staff   102 Jul 13 16:35 analysis
drwxr-xr-x  3 connor  staff   102 Jul 13 16:35 data
-rw-r--r--  1 connor  staff  1370 Jul 13 16:35 dbt_project.yml
drwxr-xr-x  3 connor  staff   102 Jul 13 16:35 models
drwxr-xr-x  3 connor  staff   102 Jul 13 16:35 tests

@cmcarthur cmcarthur requested a review from drewbanin July 13, 2017 20:36
Copy link
Contributor

@drewbanin drewbanin left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

approved!

@drewbanin drewbanin added this to the 0.8.3 milestone Jul 14, 2017
@drewbanin drewbanin merged commit 66d8673 into development Jul 14, 2017
@drewbanin drewbanin deleted the fix/init branch July 14, 2017 19:54
iknox-fa pushed a commit that referenced this pull request Feb 8, 2022
* init: remove .git directory after clone

* fix bad merge w development


automatic commit by git-black, original commits:
  66d8673
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants