Push folders to the github remote branch. Also can be used as deploying gh-pages after initial setup with official gh-pages tool.
This extension contributes the following settings:
gh-deploy.defaultToBranch: Set defaultToBranch.gh-deploy.defaultFromBranch: Set defaultFromBranch.gh-deploy.defaultFolder: Set defaultFolderto push.gh-deploy.defaultCommitMessage: Set defaultCommit Msgfor pushing.gh-deploy.defaultPreTask: Set defaultPreTaskto run before pushing / keep it empty to skip the task.gh-deploy.silentDeploy: Togglesilent.
{
defaultFromBranch: 'main',
defaultToBranch: 'website',
defaultFolder: 'build',
defaultCommitMessage: 'update',
defaultPreTask: ''
}
- Added Icons for extention
