Hacker News new | ask | show | jobs
by Dr-NULL 858 days ago
Yesterday I was actually trying to find out which are the top 10 files which were having most of the modifications after they were created and I stumbled upon https://github.com/tj/git-extras/blob/main/Commands.md

Some great extra git command are there.

1 comments

Yeah, git-extras are great. Another cool one is "git absorb":

https://github.com/tummychow/git-absorb

A much simpler one, but at times also very useful is “git attic”

https://leahneukirchen.org/dotfiles/bin/git-attic

It lists files that were deleted and which commit deleted them.