Git local repositories not updating after pull
I am experiencing a strange behaviour in PhpStorm.
Basically I am pulling from bitbucket branch but I can't see any change coming from the branch, meanwhile from another pc, always with PhpStorm, I can see every change I made coming from remote and files updating correctly.
A push from the unmodified version result in an not-updated version on the remote repository.
This would seem an issue with PhpStorm cache. Is anybody experiencing this issue?
My system details:
PhpStorm 2020.2.1
Build #PS-202.6948.87, built on August 27, 2020
Runtime version: 11.0.8+10-b944.31 amd64
VM: OpenJDK 64-Bit Server VM by JetBrains s.r.o.
Linux 5.4.0-48-generic
GC: ParNew, ConcurrentMarkSweep
Memory: 949M
Cores: 4
Registry: run.processes.with.pty=TRUE
Non-Bundled Plugins: PHPUnit code coverage, com.andrey4623.rainbowcsv, com.intellij.ideolog, net.seesharpsoft.intellij.plugins.csv, com.dmarcotte.handlebars, com.funivan.idea.phpClean, com.pulyaevskiy.phpstorm.phpdi, de.espend.idea.php.phpunit, net.king2500.plugins.PhpAdvancedAutoComplete, com.kalessil.phpStorm.yii2inspections, de.espend.idea.php.toolbox, de.espend.idea.php.annotation, fr.adrienbrault.idea.symfony2plugin, ru.adelf.idea.dotenv
Current Desktop: X-Cinnamon
Please sign in to leave a comment.
I am pretty sure that this excludes the PhpStorm cache as a possible culprit - you don't commit caches / virtual file systems, you commit the actual files.
Do you see new remote changes when perform
git pullin the terminal?I was looking for this exact question and there was no answer so I thought I'd post my solution. I deleted the branch locally using
then pulling the branch from the repo again.