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

python - Referencing Data From a 2D Histogram -

c# - Derived UserControl layout resets after build -

php - MySQL LIMIT results with INNER JOIN with more than 2 tables -