I know how to pull, commit, and push in git to update my local in repository of bitbucket, but I don’t have an idea about how to update my website that’s located in host using git.
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
if the server allows you install/configure git you may like use post hooks.
Pretty much configure origin to your running host and on pushing to certain branches make it also push to origin and compile if needed.