2.0.0 • Published 11 months ago
mogi v2.0.0
Mogi
Mogi is a powerful command-line tool designed to streamline your Git workflow by simplifying the process of pushing changes to a repository. With its intuitive syntax and versatile options, Mogi saves you time and effort, making version control and collaboration more efficient.
Features
- Automatically create branches with randomly generated names.
- Customizable branch names and commit messages.
- Convenient options for branch management and commit messages.
- Enhance your workflow with easy branch creation, commits, and push actions.
Installation
Install Mogi globally using npm:
npm install -g mogi
Usage
Basic Commands
Create a Branch and Commit Changes
mogi up
This command creates a new branch with a randomly generated name and commits the changes with a message indicating the files changed.
Specify a Branch Name
mogi up -b 'branch_name'
Create and commit changes to a branch named branch_name. The commit message will indicate the files changed.
Custom Commit Message
mogi up -m 'message'
Commit changes with a custom message message.
Delete a Branch
mogi up -d