Currently I would have to type
git clone ssh://git@<server_address>/home/git/<projectname>.git <projectname>
to be able to clone the project located at /home/git/<projectname>
on the git server. But what If I knew that all my projects would be located in the home directory of the git user? Can I default git to use the home directory of the git user so that I would only have to type
git clone ssh://git@<server_address>:<projectname>.git