【发布时间】:2016-12-23 22:19:19
【问题描述】:
Scenario:
Bitbucket:
file1
file2
file3
Local:
file1 - person1 is working on it
file2 - person2 is working on it
file3 - common with personal hardcoded configuration
untracked files
person1 提交并将他的更改推送到 file1。 person2 如何在不重置 file2、file3 和未跟踪文件的情况下更新本地的 file1? 我尝试了一段时间,但我仍然没有找到简单的方法! 谢谢。
【问题讨论】:
-
当您将新的更改推送到服务器时,只推送文件 1 而不是整个文件。你是如何将文件推送到 git 的?
标签: git git-pull git-reset git-fetch