Topics Git Instructions Create a new repository inside your project directory. git init Create a README.md file. Stage readme file to commit. git add README.md Commit readme file. git commit -m "Add readme file" Classes Intro to Git