cd $HOME/src
git pull -p
NB: git pull runs git fetch with the given parameters and calls git merge to merge the retrieved branch heads into the current branch - git-scm.com/docs/git-pull
-p, --prune After fetching, remove any remote-tracking branches which no longer exist on the remote