git init
git init --bare ''会将文档直接加上.git后缀 具体内容请渡
git add --all
git commit -m 'label'
git push --all ''推上去
git pull --all ''拉下来