Notes about Git commands To add edit to stage use git add To commit the change use git commit -m "Message here" To check status of changes use git status To check if any changes have been made use git diff To see log of all changes use git log