使用git pull同步github代码到服务器

Posted yzloo

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了使用git pull同步github代码到服务器相关的知识,希望对你有一定的参考价值。

我直接用git pull的时候遇到这个错误:

error: Your local changes to the following files would be overwritten by merge:
        protected/config/main.php
Please, commit your changes or stash them before you can merge.

希望用代码库中的文件完全覆盖本地工作版本. 方法如下

git reset --hard
git pull

然后就可以了



以上是关于使用git pull同步github代码到服务器的主要内容,如果未能解决你的问题,请参考以下文章

Git本地库管理远程库(GitHub)——push, clone, pull操作

git上传文件到github与gulp的简单使用

Eclipse中怎么清除Git用户名和密码

如何通过git把本地的代码上传到服务器

Git commit/pull/push的操作步骤

解决git push/pull 每次都要输入密码ssh-keygen