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 -

reflection - How to access the object-members of an object declaration in kotlin -

php - Doctrine Query Builder Error on Join: [Syntax Error] line 0, col 87: Error: Expected Literal, got 'JOIN' -