Git history: Go figure -


how can tell based on git history work been done me , work been done 1 else?

there 2 people working on project, me(person a) , team mate(person b).

person works on 10 files , person b works on 10 files 1 file in common person a.

  • person b makes commit , push
  • person makes commit
  • person makes pull
  • person solve conflict
  • person commit , push

now year latter, don't remember files person , files person b been working at, how can check based on git history?

clarification
problem when commit after merging conflict, shows you been working on of files part of conflict-commits , not yours.

git blame list person last modified each line.


Comments

Popular posts from this blog

Java 3D LWJGL collision -

spring - SubProtocolWebSocketHandler - No handlers -

methods - python can't use function in submodule -