List of Git Commands I know git init : initializes git repository git add : adds changes to a staging area git commit -m "Message here" : commit changes