I accidentally committed some changes to the repository that were not complete. I do not want to lose my local changes, but i want to revert the file in the repository to where i was before i committed the changes.
I accidentally committed some changes to the repository that were not complete. I do
Share
Not sure if there is a feature to do this. But what I would do is
that specific file to the
previous version.
HEAD version.
and copy it back in, and
overwrite it and don’t check it
in.