Closing out your code Flashcards
1
Q
Update requirements file
A
2
Q
Update git ignore
A
3
Q
Stage your files to be added to git
A
Git add –all
4
Q
Git Commit
A
git commit folderyouwanttoadd main
make sure you are navigated outside the folder using cd ..