Skip to content

Latest commit

 

History

History
16 lines (10 loc) · 1.34 KB

README.md

File metadata and controls

16 lines (10 loc) · 1.34 KB

moralgit

moralgit is a CLI tool designed to automate common Git commands, simplifying your workflow with a single command. Perfect for developers who frequently commit changes and want to streamline their Git operations.

Features

  • Automate Git Commands: Run go "commit message" to automatically add, commit, and push changes to your Git repository.
  • Simple and Efficient: Reduce repetitive tasks and focus more on coding.
  • Customizable: Easily modify the script to suit your needs.

Installation

To use moralgit, you need to have Node.js and npm installed. You can install moralgit globally using npm:

npm install -g moralgit