Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/iambijoykar/nut
A git wrapper written in Python
https://github.com/iambijoykar/nut
cli cli-app git git-wrapper python
Last synced: 11 days ago
JSON representation
A git wrapper written in Python
- Host: GitHub
- URL: https://github.com/iambijoykar/nut
- Owner: iamBijoyKar
- Created: 2023-12-01T13:39:21.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-04-19T15:45:54.000Z (9 months ago)
- Last Synced: 2024-11-04T00:25:06.608Z (about 2 months ago)
- Topics: cli, cli-app, git, git-wrapper, python
- Language: Python
- Homepage:
- Size: 20.1 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Nut a Git Wrapper CLI
## 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:
```bash
git clone https://github.com/iamBijoyKar/nut.git
```2. Navigate to the project directory:
```bash
cd nut
```
## Usage### Basic Commands
- `gitw commit `: 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](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!