I recently had a problem when I had to ignore my last commit, so on the command line I did the following:
git push origin --force
This works fine, however I usually do my push / pull from Visual Studio Team Explorer, but couldn't find out how to use forcing from here
Is this possible or can only be done from the command line?
serup source
share