我的本地git fork中有很多变化,我这样做:
git add -A
git commit -m "commit message"
git push
我的出身现在碰巧在我之前的提交和新提交之间还有其他一些提交(来自其他提交)。
我希望在我的新提交中看到我完成的所有更改并继续进行。 所以,我做了
git reset --soft <my previous commit>
它显示由我和其他人修改的文件。
问题:
git diff
时看到更改。答案 0 :(得分:4)
你使事情变得如此复杂。而不是软重置,只需使用git diff
并传递您的提交和之前的提交以查看已更改的内容:
git diff xxxxxx yyyyyy
其中xxxxxx是第一个,yyyyyy是第二个提交哈希值。要获取提交哈希值,请使用git reflog
。
更多信息here。
更新:
正如评论中所建议的那样,您也可以使用git difftool xxxxxx yyyyyy
进行视觉差异。
答案 1 :(得分:2)
您只能过滤提交,然后与HEAD进行比较。
<?xml version="1.0" encoding="UTF-8"?>
<SOAP-ENV:Envelope xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/" xmlns:ns1="urn:templateSMS" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:SOAP-ENC="http://schemas.xmlsoap.org/soap/encoding/" SOAP-ENV:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/">
<SOAP-ENV:Body>
<ns1:templateSMSResponse>
<templateSMSResponse xsi:type="xsd:string">0#!#200#!#http://198.101.210.203/Soap/service/elbarid|http://212.98.137.180/Soap/service/elbarid#!#SenderId </templateSMSResponse>
</ns1:templateSMSResponse>
</SOAP-ENV:Body>
</SOAP-ENV:Envelope>