https://github.com/JerryZLiu/Dayflow #gitlog #transformation #commitmessages #fun #HackerNews #ngated
If your terminal supports embedded images, I recommend serie for a pretty #GitLog rendering the commit branches/splits/merges as coloured lines (a nicer alternative to `git log --graph`). #GitSerie
My contribution of adding default pager shortcuts (matching `git log`) is in the new release: https://github.com/lusingander/serie/releases/tag/v0.4.3
I was sure I remove some functionality in a function I wrote a few month ago, but finally I had to reintroduced it. All I had to do was to look at the history of this function
git log -L :func_name:path/to/file
And I was able to easily identify the commit that removed the code, a simple `git revert` and voilà, it’s done!
I am using the console, but I assume that IDE have a way to do the same, and if they don’t it’s a missed opportunity. That was very handy!