Git fetch

作者: 52娃 | 来源:发表于2016-09-07 22:38 被阅读0次

下班后继续写代码,由于是自己独立完成项目不会冲突他人,git可以用fetch不用pull,以免之前忘记提交而需要手动merge:

git fetch --all

git reset --hard origin/master

git fetch

相关文章

网友评论

      本文标题:Git fetch

      本文链接:https://www.haomeiwen.com/subject/imqsettx.html