remove double usage of $name variable in git-lb-use
name was used for the command name (`git lb-use') and the name of the project which is to be used.
This results in error messages
> git lb-use -p email Phys
error: unsupported protocol email (see Phys -h)
The suggested fix is search&replace name → project except for those places where git lb-use
should appear.