url - GitPython- Getting permanent git links to code files -


is there way permanent link canonical link git source code files using gitpython. example https://github.com/github/hubot/blob/master/readme.md points master branchs current version of readme.md file. points wrong version of file after further checkins. know can pressing y permanent link shared in https://help.github.com/articles/getting-permanent-links-to-files/. possible in gitpython or using script out user interface?


Comments

Popular posts from this blog

Is there a better way to structure post methods in Class Based Views -

Python Tornado package error when running server -

Qt QGraphicsScene is not accessable from QGraphicsView (on Qt 5.6.1) -