git rm --cached

Is it possible to do a git rm --cached from within PhpStorm?
In other words remove a file from the repository without deleting it from the local filesystem.

Thanks

0

请先登录再写评论。