Skip to content
| Marketplace
Sign in
Visual Studio Code>Other>git-branchless-guiNew to Visual Studio Code? Get it now.
git-branchless-gui

git-branchless-gui

rajt

|
79 installs
| (0) | Free
VS code extension for git branchless workflow
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

Publishing

# Install dependencies for both the extension and webview UI source code
npm run install:all

# Build webview UI source code
npm run build:webview

vsce publish

Development Setup

Extension

Open the directory in VS Code and run the extension from there. Following command will keep on building the typescript source code to the required js files.

npm run esbuild-watch

webview-ui

Following command will keep on building the js and css to public/build for each of the src/components/*

cd webview-ui && npm run dev

  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2025 Microsoft