You're on your way to the next level! Join the Kudos program to earn points and save your progress.
Level 1: Seed
25 / 150 points
Next: Root
1 badge earned
Challenges come and go, but your rewards stay with you. Do more to earn more!
What goes around comes around! Share the love by gifting kudos to your peers.
Keep earning points to reach the top of the leaderboard. It resets every quarter so you always have a chance!
Join now to unlock these features and more
The Atlassian Community can help you and your team get more value out of Atlassian products and practices.
I was browsing some code history for a project that I’m assigned to and I saw a commit from 2003. How is this possible? Just curious.
https://192168o1.com.br/
https://19216801login.com.br/
https://logintplink.com.br/
But how are the commits still carries the same username. Also checkout this profile https://github.com/lattner where commits are there from 2001 even when git was not even invented.
Please read my answer again. Even before Git was created, people used other tools for source control. Then later on they switched to using Git. When people switch, they often use a tool to convert their software repository to Git -- including keeping the history of changes that have ever been made using the older tool.
If the same users worked on the project before and after the switch, there is no reason to expect them to have different usernames. They can continue to use the same usernames as before. They would just switch to using Git to add more changes, instead of using the tool they had been using before.
With a good tool to convert an old repository into a Git repository, there is nothing strange at all about finding a history for a given user of changes that go back to before Git had been created (because they weren't using Git to make those older changes).