2.0.0 • Published 11 months ago

mogi v2.0.0

Weekly downloads
-
License
ISC
Repository
-
Last release
11 months ago

Mogi

npm license downloads

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
Options for mogi up
1.9.0

1 year ago

2.0.0

11 months ago

1.8.0

1 year ago

1.7.0

1 year ago

1.6.0

1 year ago

1.5.0

1 year ago

1.4.0

1 year ago

1.3.0

1 year ago

1.1.0

1 year ago

1.0.0

1 year ago