Is there a simple Git command to determine the \"creation date\" of a file in a repository, i.e. the date it was first added?
It would be best if it can determine this e
git log --format=%aD | tail -1
With this command you can out all date about this file and extract the last