Murmele / Gittyup

Understand your Git history!
https://murmele.github.io/Gittyup
MIT License
1.56k stars 113 forks source link

Add Remote Development Environments support #515

Open DiegoAlpizar opened 1 year ago

DiegoAlpizar commented 1 year ago

Hey! I would like to ask: Does Gittyup support working with dev environments like local Docker containers, GitHub Codespaces, Gitpod etc... ?

I'm looking for a git UI to manage a "local" repo in a remote machine. Say, a native UI installed in my laptop, working with a repo cloned into a remote machine where all compilation and testing happens. This would also mean working with a repo cloned into a docker container... just like we can with VSCode with its DevContainers and Remote SSH extensions.

Similar feature requests on alternative projects:

Murmele commented 1 year ago

Hi @DiegoAlpizar I had this idea as well, that it might from time to time quite useful. Currently it is not supported perhabs

fhunstock-semron commented 11 months ago

I also would really like this. We're working on remote development servers with a bunch of software we can't install locally at all, so we don't really have an alternative to remote development. When I really want to use sublime merge I usually use ssh X forwarding, but that's not really a good solution, especially because most of those remote dev servers have no other reason to have any X software installed anyways.

stefanlk commented 4 months ago

I am also interested about having a possibility to add another (local) server connection.