I added link to local repository, the link will be the same pattern of this command
git remote add origin ssh://username@Ip-address:@port/home/userName/domains/domainName/public_html/FolderName/.git
For example
git remote add origin ssh://[email protected]:65002/home/u8144xx02x/domains/example.com/public_html/mobileapp/.git
After adding link to local repository I push to remote repository on Hostinger server
git push origin master