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>
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
Post a Comment