I'm using git and working with master/develop/feature branches.
The master only had the README file. And, unfortunately, I accidentally merged the feature branch I was working into the master instead the develop branch. And also removed the feature branch.
I know little about git and I'm confused about what to do. But I think the right thing is to merge the changes on the feature branch (already removed) into develop and revert the merge into the master. But how to do that if I already removed the feature branch?