DVC & Git For Data Science Course
- git checkout -- filename
- git revert COMMIT_ID
- git restore
- git reset
Cookiecutter is a CLI tool that can be used to create projects based on templates. It can create folder structures and static files based on user input info on predefined questions.