Home Tip of the day - git fetch --prune
Post
Cancel

Tip of the day - git fetch --prune

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
This post is licensed under CC BY 4.0 by the author.

-

Intro