© 2026 Hashnode
Let's say I wanted to create a calculator app. I have created a shell script using "vim" command "vim calculator.sh" In this "calculator. sh" file I have added an "additional functionality". Install Git from the official Git website at https://...

Every now and then a bug is introduced with a new file added to the repo. How do we track down when this file was first committed and any additional commits to this file along the way? There are many, many ways of doing this in git. One of those way...
