دستورات سادهٔ گیت

git init
git clone <url>
git add
git status
git commit
git commit -m <message>
git pull
git push <remote> <branch>
git pull --all
git checkout <branch/id>
git remote add <remote> <url>
git fetch
git merge <branch>
git branch
git branch <branch>
git branch --all
git stash
git cherry-pick <branch/id>
git config
git help <command>