I have tried reset but it doesn't work.how to change a file to untracked?
git status
untracked files:
bin
gen
git add gen
git status
untracked files:
bin
git reset gen
git status
untracked files:
bin
it doesn't work.is the command right?how to change a file to untracked?