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 -

What is happening when Matlab is starting a "parallel pool"? -

php - Cannot override Laravel Spark authentication with own implementation -