Original question was about proenv installs into .proenv and cleaning the .git directory when used as a template repo
Why not fetch directly into .proenv? Why the template approach? Or is there a better way?
Answers
- The temporary
hooks/post-checkout script MUST be accessible at clone time (the only template justification)
- The rest of the proenv artifacts moved out or cleaned out of the .git repository effectively is like installing proenv for the project which might be preferred to installing it globally.
Why not fetch directly into .proenv? Why the template approach? Or is there a better way?
Answers
hooks/post-checkoutscript MUST be accessible at clone time (the only template justification)