Skip to content

myusf01/gitwork-extension

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

32 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

📦 Git Work Commit

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

✨ Features

• 🔄 Create empty commits with a single click • 👥 Manage multiple Git profiles (aliases) • 🎛️ Seamlessly integrated into VS Code • ➕ Create new Git aliases on the fly

🛠️ Installation

  1. Open Visual Studio Code
  2. Go to the Extensions view (Ctrl+Shift+X)
  3. Search for "Git Work Commit"
  4. Click Install

🏗️ Building from Source

  1. Ensure you have Node.js and npm installed
  2. Clone the repository: git clone https://github.com/myusf01/gitwork-extension.git
  3. Navigate to the project directory: cd gitwork-extension
  4. Install dependencies: npm install
  5. Install vsce globally (if not already installed): npm install -g vsce
  6. Package the extension: vsce package

This will create a .vsix file that you can install in VS Code.

📚 Usage

  1. 🖱️ Open the Command Palette (Ctrl+Shift+P)
  2. 🔍 Search for "Git Work Commit" and select it
  3. ✏️ Follow the prompts to select an alias and enter a commit message
  4. 🎉 The extension will create an empty commit using the selected alias

⚙️ Configuration

This extension activates when you run the "Git Work Commit" command or when working with files in the VS Code workspace.

🤝 Contributing

Contributions are welcome! Please feel free to submit a Pull Request to the GitHub repository: https://github.com/myusf01/gitwork-extension

📄 License

This project is open source. For more details, please refer to the repository.

👨‍💻 Author

Muhammed Yusuf

🔢 Version

Current version: 0.0.2

About

Create commits with different profiles in VSCode.

Resources

License

Stars

Watchers

Forks