I have a project I am working on on both my laptop and my home PC, I pushed something from the laptop earlier to my git repo that was a minor change. Now I have done a lot of changes from my home PC and I am trying to push those onto the repo.
However it says I have to pull first because there are changes in the repo that I dont have locally.
The thing is those files dont have the major changes I have done on my home PC and I dont want to lose my local content just cause I pulled down the earlier versions from the repo.
How can I force my files onto my repo without pulling?