After you build a repository on your Hostginger Hosting account, you'll certainly want to be able to access and work with it remotely rather than directly on the server. You can do this by using a Git client.
Clients frequently utilize SSH to connect to Git. For SSH access, Hostginger Hosting employs the default port 22.
The command below shows how to clone a repository on a Hostginger Hosting server. Replace username with your Hostginger Hosting account username, testing.com with your domain name, and repository with the repository path:
git clone ssh://[email protected]:22/home/username/repository