如何在不使用 git 的情况下从 html 或 php 文件中访问特定的提交?
理想情况下,我喜欢使用这样的东西:
<script type="text/javascript" src="path/to/library/git/{sha1-hash of commit here}/core.js">
这是可能的,还是有其他可能更好的解决方案?
如何在不使用 git 的情况下从 html 或 php 文件中访问特定的提交?
理想情况下,我喜欢使用这样的东西:
<script type="text/javascript" src="path/to/library/git/{sha1-hash of commit here}/core.js">
这是可能的,还是有其他可能更好的解决方案?