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