1 example for git fetch
# Updates your local copy of the 'foo' remote repository # --prune : removes branches in your local copy of the repository that don't exist/were deleted on the remote git fetch --prune foo
# Updates your local copy of the 'foo' remote repository # --prune : removes branches in your local copy of the repository that don't exist/were deleted on the remote git fetch --prune foo