Answer the question
In order to leave comments, you need to log in
Get changes from a remote repository?
Good day to all! I need to synchronize the code on the remote repository and on my local one. a lot of changes have accumulated on the remote and I need to have the same thing on my local. I do:
git pull origin dev
Nothing really changes. Tell me what's wrong??!?
PS The Update button in PHPStorm is the same git pull?!??
Answer the question
In order to leave comments, you need to log in
As a result, I solved the problem with the following series of commands:
git checkout -- .
git clean -fd
git reset --hard origin/dev
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question