How to publish/deploy website automatically using git and github instead of Filezilla FTP


0

These day i mostly manage the source code of my websites using git and github. But i really don't like the process of manually uploading the changed files/folders to my website's hosting server using Filezilla FTP (File Transfer Protocol).

So, I'm wondering whether is it possible that i can upload only modified files using git to my server? Similar to how we upload only changed code to github. As the git software is really smart to detect and push only the updated source code with the help of commits log/history. This way it will make my life so easy as i don't have to remember the files which i've created or edited in new version.


Share
asked 27 Sep 2019 10:52:30 PM
junaidakhtar

No comment found


Answers

No answer found

You must log in or sign up to answer this question.