I know the instructions say to run prepare.sh and then blow away the repo history and start fresh when initializing your own sub.
Would it make sense to:
- run
prepare.sh
- Un-delete all of the
sub-* files.
- maintain the git history
- keep a remote pointed to this project so be able to pull in the latest changes and potentially apply them to my own sub-command's scripts
Is there any easier way to do this that I'm not considering?
Thanks!