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# - Derived UserControl layout resets after build -

haskell - Using Monad/ST for non-concurrent message passing in a mutable graph -

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