How to get the last person who modified a file in Git? -


can find out modified given file last?

can find out list of changesets affected given file?

this command should give commits changed file diff. can see made commit.

git log -p <filepath> 

Comments

Popular posts from this blog

javascript - how to protect a flash video from refresh? -

android - Associate same looper with different threads -

visual studio 2010 - Connect to informix database windows form application -