Git repo update date and time -


this question has answer here:

is possible date , time when git repository updated remote repo. use "repo sync" , "git pull --rebase" update local repository.

thanks

try

git rev-list --format=format:'%ai' --max-count=1 `git rev-parse head` 

from https://gist.github.com/bitrut/1494315


Comments

Popular posts from this blog

python - How to create a legend for 3D bar in matplotlib? -

java - Multi-Label Document Classification -

php - Dynamic url re-writing using htaccess -