Updating remotely still doesn’t work
走同样的路,发现不同的人生
If the remote master is updated, execute git pull origin master first
The code base is out of sync, and the version you commit takes precedence. git pull origin mastergit status to check if there are any conflicts, resolve the conflicts and then push
If the remote master is updated, execute git pull origin master first
The code base is out of sync, and the version you commit takes precedence.
git pull origin master
git status to check if there are any conflicts, resolve the conflicts and then push