I was looking through some old repositories and came across one that seems to be older than GitHub itself. This has me really confused. How is it possible for a repository to exist before the platform it’s hosted on was even created? Is this just a glitch in the system or is there a logical explanation for this? I’d appreciate if someone could shed some light on this strange situation.
hey there! this happens sometimes when repos r imported from older version control systems. github lets u set custom dates when importing, so the original creation date can be preserved. it’s not a glitch, just a cool feature to keep project history intact ![]()
When migrating projects from older version control systems to GitHub, the platform allows the preservation of the original commit history. This means that if a project began in 2005 using SVN or CVS and was later imported into GitHub, GitHub will display the earliest commit date rather than the import date. In essence, the creation date reflects the start of the project rather than its arrival on GitHub, ensuring that the integrity and history of long-running projects are maintained.