A comprehensive Git operations tool with advanced features including:
- Auto commit and push files
- Branch management
- Pull requests (GitHub integration)
- Merge operations
- Git log viewing
- And many more Git features
pip install git-operations-toolAfter installation, run the tool with:
git-ops- Auto commit and push: Easily commit and push all files with one command
- Branch management: Create, list, checkout, and delete branches
- Pull requests: Create GitHub pull requests directly from the tool
- Merge operations: Merge branches with confidence
- Status and logs: View repository status and commit logs
To contribute or run from source:
git clone https://github.com/Idk507/git_operations_tool.git
cd git-operations-tool
pip install -e .MIT License - See LICENSE for details.