-1

I wrote some part of code to my project at work. When I came home and clone this project to my clean xampp-->htdocs I saw my previous project state.

I was trying to:
1) change push by git log, git checkout
2) download project file to computer without .git files

As result my code redactor saw all the new code, which I do on work, but when I go to localhost, I still saw previous version.

sorak
  • 2,587
  • 2
  • 14
  • 24
  • It is not very clear what you are trying to do, or what you expect to see. If you want a useful answer, it may be a good idea to add some more information. It's better to be overly clear, than risk being too vague. – jsageryd Mar 17 '18 at 17:47
  • ok, so: this is my project:https://github.com/dozer111/Quester/commits/master Tonight,as a last 4 days,this project is show on my local server as pull 3186418c487476e804d19d85f74958404d63dfc7 And i don`t know, what happens with this project, because the other project cloned as they was last push – Alex Khonko Mar 18 '18 at 21:55
  • Try running `git pull --ff-only` to fetch the latest changes. – jsageryd Mar 18 '18 at 22:05
  • no, the result is same. I tried to remove my xampp and install it one more time, try to watch at site at another browser, but it doesent help((( The one place,where i still can see my real push project, its my work place( – Alex Khonko Mar 18 '18 at 22:14

1 Answers1

0

I FIND THE WAY DO FIX IT)) Because i work with PHPStorm, the files are saved automaticly. I just resave all my files and they show correctly