Git Today: a git script to show you what you've done in the past day (gf3.ca) 10 points by gf3 14y ago ↗ HN
[–] foobarqux 14y ago ↗ This is just a wrapper around "git log --since" that doesn't seem to actually provide any additional features. [–] gf3 14y ago ↗ Actually it's different in that:a) It's per single user.b) It shows the results as one big diff, not by commit.Which makes it convenient and useful for getting a broad overview of what one has accomplished in a day. (edit: formatting)
[–] gf3 14y ago ↗ Actually it's different in that:a) It's per single user.b) It shows the results as one big diff, not by commit.Which makes it convenient and useful for getting a broad overview of what one has accomplished in a day. (edit: formatting)
2 comments
[ 3.3 ms ] story [ 17.6 ms ] threada) It's per single user.
b) It shows the results as one big diff, not by commit.
Which makes it convenient and useful for getting a broad overview of what one has accomplished in a day. (edit: formatting)