Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Git over SSH #208

Open
kittaakos opened this issue Sep 12, 2018 · 0 comments
Open

Git over SSH #208

kittaakos opened this issue Sep 12, 2018 · 0 comments

Comments

@kittaakos
Copy link
Contributor

Besides executing Git commands on the local filesystem, we would like to use dugite to run Git commands over SSH.

Currently, it is always child_process.execFile when calling GitProcess.exec.

Instead of that, could we have another kind of option, with an exec function which would act as a callback? We could use this callback to delegate into node-ssh and invoke Git over SSH. See here master...kittaakos:ssh.

Or expose the error handling code into a function. So that we could put together our customized call outside of dugite but reusing as much as possible from your work?

If you have a better recommendation, please let me know. Thank you!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant