1. Find hostinger SSH search git in hostinger hpanel https://hpanel.hostinger.com/hosting/yoursite.com/advanced/git copy the ssh code and add that …
cd existing_folder git init git remote add origin https://github.com/KanhaHelp/abc.git git branch -M master git add . git commit -m "my 2nd comm…
git init git add remote https://name.git git add . git commit -am 'test' git push origin branch-name git pull origin master if there error …