I use a push to deploy on a godaddy server. This strategy of course uses a checkout on each push to deploy the working directory to public_html.
Can I ssh in to the server and just checkout different "points in time".
I don't use branching. I mean I only use "master" branches so the development timeline is 100% linear.
What is the command to do this?