[Home](./index.md) > [cautious-journey](./cautious-journey.md) > [GithubRemote](./cautious-journey.githubremote.md) > [(constructor)](./cautious-journey.githubremote._constructor_.md) ## GithubRemote.(constructor) Constructs a new instance of the `GithubRemote` class Signature: ```typescript constructor(options: RemoteOptions); ``` ## Parameters | Parameter | Type | Description | | --- | --- | --- | | options | [RemoteOptions](./cautious-journey.remoteoptions.md) | |