July 2018
Intermediate to advanced
354 pages
10h 57m
English
There are several ways to remove the branches from Git that have been deleted from the master. It can be done while updating the local repository, as we saw with git fetch --prune, and also with git pull --prune. It can even be performed with the git remote prune origin command. This will also remove the branches from Git that are no longer available on the remote, but it will not update remote-tracking branches in the repository.
Read now
Unlock full access