Don’t automatically and silently add/stage files to CVS when moved or renamed
Answered
Hi everyone!
I prefer to manage manually all CVS (git in my case) actions through the command line.
So i always disable silent “add” (or staging) files on creation and deletion, and even the dialog popup.
But I don’t find any option to disable silent staging for renaming or moving operation... The files are always staged. So if I don’t want to immediately include this move/rename in the next commit I have to do a `git reset`, commit what I want, and only after that add and commit the move/rename.
Is there a way to prevent this auto-staging?
Thanks!
Please sign in to leave a comment.
Hello Yahya-abou-imran
There is no option to prevent auto-staging.
Please see and vote:
https://youtrack.jetbrains.com/issue/IDEA-194592