在Gitlab上,如何查看提交引用的文件

时间:2018-01-30 15:40:27

标签: git gitlab

在Gitlab上,如何查看commit ref的文件?我知道在命令行git上,命令是:

git show <commit ref>:<file_name>

如何在gitlab上做同样的事情?

1 个答案:

答案 0 :(得分:2)

转到网址https://gitlab.com/ $ USER / $ REPO / blob / $ SHA1 / path / to / file

例如,https://gitlab.com/sqlobject/sqlobject/blob/2ce592300bdd0cfcb444b24cdfd4b2e412fd7bda/sqlobject/main.py - 这是来自SQLObject的提交/sqlobject/main.py的{​​{1}}文件。 2ce5923User,存储库也为sqlobject