I wanted to created a remote connection via Git in order to push my files straight to the server. Likewise: http://toroid.org/ams/git-website-howto I created /git/htdocs.git/ repo in the homeroot folder. But whenever I use any of the following calls:
or
They don't seem to find a proper folder, or they don't seem to work at all... Im guessing its the wrong SSH path that I'm putting? what's the right one then? Its not in the docs. Another thing, is that git hook configured on the right path considering the fact that my static php app is in webapps/htdocs?
asked 01 Dec '14, 20:46 Maciej Sitko |
Try using the complete path,
answered 02 Dec '14, 00:40 johns |