🚀 Supercharge your Git workflow in VS Code! 🖥️
Git Work Commit is a Visual Studio Code extension that simplifies the process of creating empty commits with custom Git profiles. Perfect for developers juggling multiple projects or Git identities.
• 🔄 Create empty commits with a single click • 👥 Manage multiple Git profiles (aliases) • 🎛️ Seamlessly integrated into VS Code • ➕ Create new Git aliases on the fly
- Open Visual Studio Code
- Go to the Extensions view (Ctrl+Shift+X)
- Search for "Git Work Commit"
- Click Install
- Ensure you have Node.js and npm installed
- Clone the repository:
git clone https://github.com/myusf01/gitwork-extension.git
- Navigate to the project directory:
cd gitwork-extension
- Install dependencies:
npm install
- Install vsce globally (if not already installed):
npm install -g vsce
- Package the extension:
vsce package
This will create a .vsix file that you can install in VS Code.
- 🖱️ Open the Command Palette (Ctrl+Shift+P)
- 🔍 Search for "Git Work Commit" and select it
- ✏️ Follow the prompts to select an alias and enter a commit message
- 🎉 The extension will create an empty commit using the selected alias
This extension activates when you run the "Git Work Commit" command or when working with files in the VS Code workspace.
Contributions are welcome! Please feel free to submit a Pull Request to the GitHub repository: https://github.com/myusf01/gitwork-extension
This project is open source. For more details, please refer to the repository.
Muhammed Yusuf
Current version: 0.0.2