I have to revert around 15 commits and merge the code to master, basically im trying to move head 15 commits back. The issue is i do not have access to do a force push to remote repo. How can we achieve this ?
i tried git revert and each time it goes one commit behind.