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 🚀
- 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 🚀
⌨️ 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.