git本地仓库指令

git init
git remote add origin http://*.git

git fetch origin master
git checkout -b master
git pull origin master

原文地址:https://www.cnblogs.com/sulishihupan/p/15062421.html