Skip to content

Git over SSH #208

@kittaakos

Description

@kittaakos

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!

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions