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

c# - HttpResponseMessage System.InvalidOperationException -

sql - Postgresql error: "failed to find conversion function from unknown to text" -