Skip to content
| Marketplace
Sign in
Visual Studio Code>Other>Git Workflow AutomatorNew to Visual Studio Code? Get it now.
Git Workflow Automator

Git Workflow Automator

Sander Diaz

|
1 install
| (0) | Free
A lightweight and powerful extension to streamline your daily Git workflow.
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

English

Git Workflow Automator for VS Code

Git Workflow Automator is a lightweight and powerful extension designed to streamline your daily Git workflow using Conventional Commits standards and structured branch naming conventions directly inside Visual Studio Code.


Features 🚀

  • ✨ Features

  • Conventional Commits Wizard: Easily format your commits following standard guidelines.
  • Guided Branch Creation: Create feature, bugfix, hotfix, or release branches seamlessly.
  • Global Keyboard Shortcuts: Speed up your workflow using Ctrl + Alt + C and Ctrl + Alt + B.
  • Native Git API Integration (New in 0.0.3): Leverages VS Code's internal Git API to monitor repository states and changes in real-time.

⌨️ Keyboard Shortcuts

Speed up your daily workflow using these default shortcuts:

Action Windows / Linux macOS
Create Conventional Commit Ctrl + Alt + C Ctrl + Cmd + C
Create Working Branch Ctrl + Alt + B Ctrl + Cmd + B

You can also change these shortcuts anytime from VS Code's Keyboard Shortcuts settings.

Requirements 📋

  • Git installed on your system and available in your PATH.
  • An open workspace folder containing a initialized Git repository.

Extension Commands ⌨️

You can run these commands from the Command Palette (Ctrl+Shift+P or Cmd+Shift+P on macOS):

  • Git Workflow: Create Conventional Commit - Guides you through standard commit creation and optional push.
  • Git Workflow: Create Working Branch - Creates and switches to a formatted git branch.

License

This project is licensed under the MIT License.

Español

Git Workflow Automator para VS Code

Git Workflow Automator es una extensión ligera y potente diseñada para agilizar tu flujo de trabajo diario con Git, utilizando los estándares de Conventional Commits y convenciones de nomenclatura de ramas estructuradas, directamente dentro de Visual Studio Code.


Características 🚀

  • Smart Conventional Commits (git-workflow.smartCommit):

    • Comprueba automáticamente si hay cambios preparados (staged) o no preparados (git status --porcelain).
    • Selector interactivo para elegir el tipo exacto de commit (feat, fix, docs, style, refactor, test, chore).
    • Exige descripciones obligatorias con validación integrada (evita commits vacíos y permite cancelar con la tecla Esc).
    • Prepara (stage) y confirma (commit) los cambios automáticamente (git add . && git commit).
    • Ofrece una opción interactiva tras el commit para enviar (Push) los cambios directamente al repositorio remoto o mantenerlos locales.
  • Creación guiada de ramas (git-workflow.createBranch):

    • Selección de prefijos estructurados (feature, bugfix, hotfix, release).
    • Formateo automático de nombres de rama personalizados (convierte espacios en guiones y el texto a minúsculas).
    • Ejecuta git checkout -b de forma fluida.

⌨️ Atajos de teclado

Agiliza tu flujo de trabajo diario utilizando estos atajos predeterminados:

Acción Windows / Linux macOS
Crear Conventional Commit Ctrl + Alt + C Ctrl + Cmd + C
Crear rama de trabajo Ctrl + Alt + B Ctrl + Cmd + B

También puedes modificar estos atajos en cualquier momento desde la configuración de atajos de teclado de VS Code.

Requisitos 📋

  • Git instalado en el sistema y disponible en el PATH.
  • Una carpeta de espacio de trabajo abierta que contenga un repositorio Git inicializado.

Comandos de la extensión ⌨️

Puedes ejecutar estos comandos desde la Paleta de comandos (Ctrl+Shift+P o Cmd+Shift+P en macOS):

  • Git Workflow: Create Conventional Commit - Te guía a través de la creación de un commit estándar y el envío (push) opcional.
  • Git Workflow: Create Working Branch - Crea y cambia a una rama de Git con formato adecuado.

Licencia

Este proyecto está bajo la licencia MIT.

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