Ask the student if they are familiar with git See if some of them already have an idea on what are the benefits of using version control
Here are some resources, also with links to additional resources. For now I will assume a very basic understanding of git
When setting up your first project it is nice to have a template for which files that should be part of the project We have created two template repos for this which will basically copy all the files from that repo into your own repo Cookiecutter is another alternative where you run a command an it will prompt you with some questions an fill it in Note! These examples are very python centric. How many are not primarily using python