How to get change history for a specific file in git repository
Posted
by macek
on Stack Overflow
See other posts from Stack Overflow
or by macek
Published on 2010-05-17T19:00:46Z
Indexed on
2010/05/17
19:20 UTC
Read the original article
Hit count: 189
I would like to do something like:
git history my_file
possible output
2010-05-16
+ add this line
+ more code here
2010-05-15
+ delete code below
- bad code
- more bad codd
2010-05-12
+ changes made here
© Stack Overflow or respective owner