I need the last commit date in git. This means the latest update date in my program.
I used the command : $ git log -1
but this command will give me the date from the local repository. Rather I need date from remote repository.
I tried some commands as follow.
git log -n 1 origin/Sprint-6.
git rev-parse --verify HEAD