1乡洼、 git 安裝
yum install git
2 邮旷、下載代碼
git clone 代碼地址
3渗饮、已經下載代碼的git 地址
git remote -v
4蚕冬、強制覆蓋本地
gti fetch --all
git reset --hard origin/master
git pull
5傲霸、Centos 記住git 密碼
git config --global credential.helper store
yum install git
git clone 代碼地址
git remote -v
gti fetch --all
git reset --hard origin/master
git pull
git config --global credential.helper store