I made a website a long time ago and i was wondering if you can see when i made my website. i want to know what day and year i have made my website. if this is possible, i would like to know where i can see those details at. thanks!
You can use git and navigate through the logs.
Tools → Import/Export.
Copy the private Git URL and clone the project on your computer.
Then you can use git log
to browse through commits history.
1 Like