easydata icon indicating copy to clipboard operation
easydata copied to clipboard

cookiecutter text shouldn't be in generated repo

Open hackalog opened this issue 5 years ago • 1 comments

this text

Now would be a good time to initialize a git repo; i.e.
>>> git init
>>> git add .
>>> git commit -m 'initial import'
>>> git branch easydata    # tag for future easydata upgrades

doesn't make sense in a generated repo, as it's already checked-out.

hackalog avatar Oct 23 '20 15:10 hackalog

Note, this could likely be moved to a cookiecutter conditional in the .post-create-environment.txt

hackalog avatar Oct 23 '20 20:10 hackalog