git拉取服务器上的代码

在git bash hrer 里面输入下面代码

git fetch --all
git reset --hard origin/master

你可能感兴趣的:(git拉取服务器上的代码)