I accidentally added some unversioned files to local changelist and now want to move them back to unversioned changelist.
I can do it hard way - delete file.
Is there a soft way? :)
Thaks
On the git command line, you would run the following if you have not committed.
git reset File_To_Unstage
It looks like PyCharm has a menu option for this.
Both of these options will remove the file from the staging area without removing it from the working directory.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With