git config
git help
git init
git add
git clone
git status
git diff
git_difftool
git commit
git reset
git rm
git mv
git branch
git checkout
git merge
git mergetool
git rebase
git log
git stash
git tag
git_fetch
git remote
git push
git pull
git show
git shortlog
git init命令创建一个空的Git仓库或重新初始化一个现有仓库.