git sync branch list with remote code example
Example: git sync local branch with remote
git fetch --prune origin
git reset --hard origin/master
git clean -f -d
git fetch --prune origin
git reset --hard origin/master
git clean -f -d