Git course basic commands init add status log diff Example workflow Do some stuff git status git diff [file] check the difference for all newly modified files git commit -a -m [message] either add all with -a or one at a time