phpstorm - reset git add action

Hi,

How can i reset some bad "add" actions on several files and directories from phpstorm ui ?*
I would like to "untrack" them.
My Gitignore can't ignore files/dir that have be added to the repo so i don't know what to do.

(I am connected to a git shared project on a web server)

Thank you for your help.

Regards.

0
Avatar
Permanently deleted user

I think I read in the past that it needs to be done from the command line.

git rm --cached filename
0
Avatar
Permanently deleted user

Ok thank you.
Indeed i don't found any solutions from phpstorm ui.

0

请先登录再写评论。