Using Git Log to Show Last Month’s Commits
Posted by Jason Gilman on Apr 20, 2013 in Rails | 0 comments Every month, I have to produce a short bulleted list of tasks I worked on from the previous month. Usually I end up straining my memory trying to remember everything I did. The last time I had to make this list I realized that our git repository contained all this information. I had to find a good way to extract it. git log is the right tool when you need to explore commit history. Showing My...read more
