SyntaxFix
Write A Post
Hire A Developer
Questions
If you put something like this in your .ssh/config:
.ssh/config
Host githost HostName git.host.de Port 4019 User root
then you should be able to use the basic syntax:
git push githost:/var/cache/git/project.git master