hackalog / easydata

A flexible template for doing reproducible data science in Python.
MIT License
105 stars 22 forks source link

Check for .git. Suggest creating a git repo #230

Open hackalog opened 2 years ago

hackalog commented 2 years ago

Add some magic to the Makefile that re-prints the "now would be a good time to initialize a git repo" message after, say, a make update. (check for a .git dir and print if missing)