Skip to content

Instantly share code, notes, and snippets.

git status
<!-- check the status of what is happening right now -->
git add <files>
<!-- add your files to be commited -->
<!-- check it again (see what's happening) -->
git commit -m "what did you commit and why?"
<!-- commit your files with a meaningful message -->