git update origin branch code example
Example 1: how to update remote branches list git
git remote update origin --prune
Example 2: git command to refresh remote branches
git remote update origin --prune
Example 3: git replace with origin branch
git reset --hard origin/<branch-name>