Remove All Untracked File Into Git Directory? -
Hello my problem is simple.
I am trying to remove all untracked files in my current git directory. I use some GIT command but it is not working properly that command looks like that.
git clean -f, git clean -f -d, git clean -f -x, git clean -f -x, but none works properly When I type the GIT status, then any untracked file is not deleted from the directory. Due to this problem, I do not push my work on the git. Someone helps me
As your problem, I understand that you do not want to commit some files when they are ready If you are using any git client, you can try adding them to ignore the guit push screen or unchecking them.
Comments
Post a Comment