Home > Back-end >  Can I make a folder as a remote repository on Hostinger Server and push to it from local machine?
Can I make a folder as a remote repository on Hostinger Server and push to it from local machine?

Time:07-21

I have a domain on enter image description here

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

  • Related