To temporarily test differences in node modules between me and my team mate I created a branch and committed the node_modules
folder. Since there was not an issue we never merged the branch, but it is still in the history, increasing the git size from 1Mb to 70Mb...
How can I permanently remove the branch with the commit from git history? It is already pushed to our gitlab remote.