-2

I can not drag the style.css change from my gitrepository to that it always comes up with the message: Already up-to-date and thats wrong.

katelor
  • 1
  • 1
  • 1
    Possible duplicate of [Git merge reports "Already up-to-date" though there is a difference](https://stackoverflow.com/questions/634546/git-merge-reports-already-up-to-date-though-there-is-a-difference) – ashleedawg Nov 18 '17 at 19:58
  • copy your css changes... clone your repo again.. paste in the changes... push them? – Harry Nov 18 '17 at 19:59
  • Why is it "wrong"? Have you done a diff between the two files? – jhenderson2099 Nov 18 '17 at 21:03

1 Answers1

0

Happened to me aswell , all you have to do is to manually change the css then clone the repo to you local machine apply the css changes and push it to the repo!

Nacev
  • 144
  • 8
  • Thank you! but I pushed the style.css change from local to github (that was successfull) after this I tried to pull the same change on a hosted server. – katelor Nov 19 '17 at 11:35