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.
- Simplified Commands: Complex Git commands are wrapped into simpler, more intuitive commands.
- Enhanced Functionality: Additional features not available in standard Git commands.
-
Clone this repository:
git clone https://github.com/iamBijoyKar/nut.git
-
Navigate to the project directory:
cd nut
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.
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.
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!