There might be several conditions where you have started editing a file in git but then you realize its not needed any more and want to roll it back.
Such files will be showing in untracked files list in git as show below when you run git status command.
Today we will learn how to remove such untracked files in git.
Comments
Post a Comment