Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
Git新手在这里。
openssl我使用过滤器设置了一个 Git 存储库:
openssl
$ cat .gitattributes * filter=openssl diff=openssl
(整个教程:https ://gist.github.com/873637 )
一切都像它应该的那样工作,除了一件事。在 Xcode 的版本编辑器中,以前的版本(窗口右侧的版本)以其加密形式呈现。但是在终端中,git log可以正常工作。任何想法如何修复 Xcode 的版本编辑器行为?
git log