Git ignore already modified files
I encounter a rare scenario that there is a file modified, but I don’t want to commit this change on git. There are many ways to do such as .gitignore file, but it doesn’t work when the file already tracks.
The solution here is to manually ignore the...
victorleungtw.hashnode.dev1 min read