bit-bucket - 下载特定提交

时间:2015-10-29 06:37:59

标签: git bitbucket git-commit git-clone

我可以通过git clone命令获取项目,但有没有办法让我的文件用于我之前特定的提交,或者可以将我的文件拉到以前特定的提交。 拜托,建议我!

1 个答案:

答案 0 :(得分:2)

documentation mentions

https://bitbucket.org/api/1.0/repositories/{accountname}/{repo_slug}/raw/{revision}/{path}

例如(jespern/django-piston/raw/tip/piston/utils.py):

curl https://api.bitbucket.org/1.0/repositories/jespern/django-piston/raw/tip/piston/utils.py

如果你想要一个不同的{revision},比如