I'm working locally and pushing the contents to repository. My client need a shell script to pull the latest code from bitbucket repository.
It's possible to run git pull
from the staging server. how can i create a shell script for the same.
I have seen examples in various answers but not a correct solution to my question.I don't know how to work it out.
I'm not familiar with shell script. It would be helpful if somebody can help me to do the task.