Skip to content

Latest commit

 

History

History
49 lines (28 loc) · 1.43 KB

README.md

File metadata and controls

49 lines (28 loc) · 1.43 KB

Nut a Git Wrapper CLI

logo

Overview

This Git Wrapper CLI is a command-line tool designed to simplify and enhance your Git workflow. It provides a set of commands that wrap around Git commands, making them easier to use and extending their functionality.

Features

  • Simplified Commands: Complex Git commands are wrapped into simpler, more intuitive commands.
  • Enhanced Functionality: Additional features not available in standard Git commands.

Installation

  1. Clone this repository:

    git clone https://github.com/iamBijoyKar/nut.git
  2. Navigate to the project directory:

    cd nut

Usage

Basic Commands

  • gitw commit <message>: Commit changes to the repository.
  • gitw pull: Pull changes from the remote repository.
  • gitw push: Push changes to the remote repository.
  • gitw status: View the status of the repository.

Contributing

Contributions are welcome! If you have ideas for new features, find bugs, or want to improve the documentation, please submit an issue or a pull request.

License

This project is licensed under the MIT License.


Feel free to customize this README to fit your specific project's features, commands, and requirements. If you need further assistance or have any questions, feel free to ask!