Link latest file on Bitbucket Git repository

前端 未结 5 1961
佛祖请我去吃肉
佛祖请我去吃肉 2020-12-24 04:21

I have a public Git repository on Bitbucket. I want to link the latest version of a Read-Me file. Here\'s the link to a revision/commit:

https://bitbucket.org/wordle

5条回答
  •  自闭症患者
    2020-12-24 04:48

    I am using master like this for the last zip file of the code :

    https://bitbucket.org/MIUSER/MIREPO/get/master.zip
    

    Where MIUSER is my user and MIREPO is the name of my app.

    Hope that this works :D.

提交回复
热议问题