Skip to main content

A Clean & Powerful Git Workflow Engine

Project description

🚀 AARU CLI

A Clean & Powerful Git Workflow Engine

Python Version License


✨ Created by


📦 Installation

Install from source

# Clone the repository
git clone https://github.com/aarushlohit/GIT_PROTOCOL.git
cd GIT_PROTOCOL

# Install the package
pip install -e .

Install from PyPI

pip install aarushlohit_git

🚀 Quick Start

After installation, you can use aaru command from anywhere:

# Show banner and info
aaru aaru

# Initialize a repository
aaru init

# Save changes
aaru save "my commit message"

# Sync with remote
aaru sync

# Get help
aaru --help

📖 Commands

🟢 Repository Setup

aaru init                    # Initialize a Git repository with .aaru workspace
aaru clone <repo_url>        # Clone a repository and set up .aaru
aaru config                  # List current Git configuration
aaru config-user             # Configure Git user name and email

🔵 Daily Workflow

aaru status                  # Show repository status
aaru save <message>          # Stage all changes and commit
aaru history                 # Show commit graph
aaru diff                    # Show unstaged changes
aaru undo                    # Soft-undo last commit

🟡 Branch Management

aaru create <branch>         # Create and switch to a new branch
aaru switch <branch>         # Switch to an existing branch
aaru delete <branch>         # Delete a branch (safely)
aaru branches                # List all branches

🟣 Remote Operations

aaru send                    # Push current branch to remote
aaru update                  # Fetch all remotes
aaru sync                    # Pull and push (two-way sync)
aaru add-upstream <url>      # Add upstream remote for forks
aaru fork-sync               # Sync fork with upstream
aaru fork-sync --no-push     # Pull from upstream without pushing

🔴 Pull Request Tools

aaru checkout-pr <number>    # Checkout a PR locally for testing

🟠 Stash Tools

aaru stash                   # Stash current changes
aaru stash-pop               # Apply and remove most recent stash
aaru stash-list              # List all stashed changesets

⚫ Git Passthrough

aaru raw -- <any git command>    # Pass any command directly to Git

# Examples:
aaru raw -- log --oneline -10
aaru raw -- cherry-pick abc123
aaru raw -- rebase -i HEAD~3

🎯 Features

  • ✅ Clean, intuitive command names
  • ✅ Safe operations with confirmations
  • ✅ Beautiful colored output
  • ✅ Fork workflow support
  • ✅ PR checkout for testing
  • ✅ Full Git compatibility via raw command
  • ✅ Custom .aaru workspace tracking
  • ✅ Cross-platform support

🛠️ Requirements

  • Python 3.8+
  • Git 2.0+
  • typer
  • click

📄 License

MIT License - See LICENSE file for details


🤝 Contributing

Contributions are welcome! Feel free to open issues or submit pull requests.


🌟 Show Your Support

If you find AARU CLI helpful, please give it a ⭐ on GitHub!


Made with ❤️ by aarushlohit

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

aarushlohit_git-1.0.0.tar.gz (15.4 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

aarushlohit_git-1.0.0-py3-none-any.whl (19.6 kB view details)

Uploaded Python 3

File details

Details for the file aarushlohit_git-1.0.0.tar.gz.

File metadata

  • Download URL: aarushlohit_git-1.0.0.tar.gz
  • Upload date:
  • Size: 15.4 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.14.2

File hashes

Hashes for aarushlohit_git-1.0.0.tar.gz
Algorithm Hash digest
SHA256 eda298d8d571d0dcca1edde8201dbc7048114038c68b1285a74ef05d619c8013
MD5 58dec77c7da8545e8b02e2e098f5ee27
BLAKE2b-256 a8a57993ae70cb766cbbd59033d8545dbfe5244a994f4da9038b58ccdda8ed3c

See more details on using hashes here.

File details

Details for the file aarushlohit_git-1.0.0-py3-none-any.whl.

File metadata

File hashes

Hashes for aarushlohit_git-1.0.0-py3-none-any.whl
Algorithm Hash digest
SHA256 f8bff53f4c794655c81a3ca5a0c02d81d314d6493999fec2b63f222f8cb0213b
MD5 07c63f4d12b5831b4786b92121341514
BLAKE2b-256 bba86d72992ac8a43f20bdda5fbd467419fe51c081cadc4c825d6f4128e1de9e

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page