Skip to content
| Marketplace
Sign in
Visual Studio Code>Other>GH DeployNew to Visual Studio Code? Get it now.
GH Deploy

GH Deploy

Bharath Devalla

|
637 installs
| (0) | Free
Push a directory to git hub remote branch
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

GH Deploy

Push folders to the github remote branch. Also can be used as deploying gh-pages after initial setup with official gh-pages tool.

Extension Settings

This extension contributes the following settings:

  • gh-deploy.defaultToBranch: Set default To Branch.
  • gh-deploy.defaultFromBranch: Set default From Branch.
  • gh-deploy.defaultFolder: Set default Folder to push.
  • gh-deploy.defaultCommitMessage: Set default Commit Msg for pushing.
  • gh-deploy.defaultPreTask: Set default PreTask to run before pushing / keep it empty to skip the task.
  • gh-deploy.silentDeploy: Toggle silent.

Default config:

{
  defaultFromBranch: 'main',
  defaultToBranch: 'website',
  defaultFolder: 'build',
  defaultCommitMessage: 'update',
  defaultPreTask: ''
}

Release Notes v0.0.3 preRelease

  • Added Icons for extention
  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2025 Microsoft