When changes are pushed from local to remote server error "Try running ‘Pull’ first to integrate your changes"
When changes are pushed from local to remote server error "Try running ‘Pull’ first to integrate your changes"
use git pull first to merge remote changes
git pull
or just use vscode
PS: you really need to learn the basics of git
In your Visual Studio Code, go to the three dots here:
Hover over the "push, pull" option and click on the "pull from" option. Then select your remote repository and then branch. Now push the changes again.