git - 和别人合作写题解,每次发pull request时之前pr过的文件也被包含之内,如何解决?
给我你的怀抱
给我你的怀抱 2017-05-02 09:52:04
0
1
574

因为只想本地保留自己写的代码,fork别人的初始仓库后就和别人的仓库同步。自己定期写完后push上去,再发一个pull request。但发现发pull request的时候,包含的文件越来越多。如何只包含新增的文件?

给我你的怀抱
给我你的怀抱

reply all(1)
PHPzhong

You need to synchronize with other people’s warehouses before submitting a pull request. You can use git pull -r <别人仓库的地址> <分支>,
and remember to merge the approved pull request in advance.

Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template
About us Disclaimer Sitemap
php.cn:Public welfare online PHP training,Help PHP learners grow quickly!