# Main git commands

<table data-header-hidden><thead><tr><th></th><th></th><th></th><th data-hidden></th></tr></thead><tbody><tr><td><p>git config </p><p>git init </p><p>git clone </p><p>git add </p><p>git commit </p><p>git diff </p></td><td><p>git reset </p><p>git status</p><p>git rm</p><p>git log </p><p>git show </p><p>git tag </p></td><td><p>git branch </p><p>git checkout </p><p>git merge </p><p>git remote </p><p>git push </p><p>git pull </p><p>git stash</p></td><td></td></tr></tbody></table>
