Setup remote GIT repository via SSH? (No code access to the remote location) -


i have remote location want use git repository. have ssh access location , can copy files there. can't install or run git executables on remote location. can (and how) use git repository team?

that impossible implement. git repository requires server-side git suite.

on other hand, if it's possible provide nfs or cifs share, keep git repository on such share — acted upon local git instance. not approach though...


Comments

Popular posts from this blog

user interface - Python attempting to create a simple gui, getting "AttributeError: 'MainMenu' object has no attribute 'intro_screen'" -

jquery - Common JavaScript snippet to share files on Google Drive, Dropbox, Box.net or SkyDrive -

Android Gson.fromJson error -