6 ms·
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 h
by Dr-NULL 3y 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 https://github.com/tj/git-extras/blob/main/Commands.md
Some great extra git command are there.
- schacon 3y agoYeah, git-extras are great. Another cool one is "git absorb": https://github.com/tummychow/git-absorb https://github.com/tummychow/git-absorb
- gcarvalho 3y agoA much simpler one, but at times also very useful is “git attic” https://leahneukirchen.org/dotfiles/bin/git-attic https://leahneukirchen.org/dotfiles/bin/git-attic It lists files that were deleted and which commit deleted them.