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

jquery - Common JavaScript snippet to share files on Google Drive, Dropbox, Box.net or SkyDrive -

user interface - Python attempting to create a simple gui, getting "AttributeError: 'MainMenu' object has no attribute 'intro_screen'" -

Android Gson.fromJson error -