GitHub Feature Proposal: Static and Immutable Repository Links #76320
Unanswered
AnhyDev
asked this question in
Repositories
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Select Topic Area
General
Body
Concept:
I propose the creation of static and immutable links for each repository on GitHub using a unique hash code generated from the user's login, the current date, and additional "salt." This would ensure the stability and reliability of links.
Why This Is Important:
Currently, changing a repository's name alters its URL, leading to "dead" links in documentation and other resources. A static link in the form of a hash code would resolve this issue.
URL Format:
The links would be formatted as https://github.com/r/hash-code, where "r" symbolizes "repository" or "redirect."
Implementation:
For new repositories, the hash code is generated automatically.
For existing repositories, an option to "generate hash link" is added.
Benefits:
This proposal aims to enhance user interaction with GitHub and increase the efficiency of working with repositories.
Beta Was this translation helpful? Give feedback.
All reactions