Remote repo has a commit that it has some untracked files. I need these files. The current master branch don't have these files.
I used below command to return a specific commit :
git checkout commitID
It gets untracked files. But I delete these files by using command+delete. After this action, checkout doesn't get untracked files. How can I do it?