How to use Git > Closing out your code > Flashcards
Update requirements file
Update git ignore
Stage your files to be added to git
Git add –all
Git Commit
git commit folderyouwanttoadd main
make sure you are navigated outside the folder using cd ..