1. First add the configuration file to .gitignore, so that the local configuration file will be ignored during the pull operation.
2. I usually perform two operations when pulling the latest code
git pull origin branchname
git fetch --prune
3.Finally check whether the local code is up to date
1. First add the configuration file to .gitignore, so that the local configuration file will be ignored during the pull operation.
2. I usually perform two operations when pulling the latest code
3.Finally check whether the local code is up to date