Tip of the day: git fetch –prune
if you use VS Code and get tired off git branches which are already deleted from the origin, run in console:
Command code
1
git fetch --prune
if you use VS Code and get tired off git branches which are already deleted from the origin, run in console:
1
git fetch --prune
A new version of content is available.