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.
- 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.
To use moralgit
, you need to have Node.js and npm installed. You can install moralgit
globally using npm:
npm install -g moralgit