Git Remote Access

48 Views Asked by At

I'm currently working on a solution where I intend to view and edit a remote git repository existent on my server machine.

I'm wondering if it is possible to gain access to that remote repository without checking out/cloning the repository itself locally.

I would like to have the possibility to commit and push files to the remote repository just by running git commands. Is this possible, or there's no way for this to work?

Note: I also notice that with GitHub, VS Code already has an extension that allows to open and edit/commit files to the remote repository without having to clone it. I would like to do a similar thing, but on my own, since I'm using GitBlit as my remote git server.

Thanks.

0

There are 0 best solutions below