Skip to content

πŸš€ GitOK v2.0.3 - Git CLI Productivity Boost

Choose a tag to compare

@github-actions github-actions released this 29 Jul 00:09
· 3 commits to main since this release
e889c2d

πŸš€ GitOK v2.0.3 - Advanced GitHub Project Management Platform

Released on July 29, 2025 at 00:09 UTC

πŸŽ‰ Revolutionary transformation of GitOK into an enterprise-level project management platform!

GitOK has evolved from simple Git CLI aliases into a comprehensive project management powerhouse that supercharges your GitHub workflow with advanced automation, real-time synchronization, and AI-powered analytics.

🌟 What's New in v2.0.3

πŸ“ Changes since v2.0.2:

  • πŸ”– Bump version to v2.0.3
  • πŸ”§ Update release notes formatting in CI workflow
  • 🐟 Add Fish Shell support
  • Delete trigger_release.txt
  • Delete CLAUDE.md

πŸš€ NEW: Advanced GitHub Project Management Features

  • syncproject - Real-time project board synchronization with 30-second polling intervals
  • collaborate - Team collaboration hub with activity tracking and contributor management
  • automate - Workflow automation with GitHub Actions integration and rule setup
  • analytics - AI-powered project analytics with velocity tracking and burndown analysis
  • template - Professional project templates for software development, marketing, and product launches

πŸ”§ Enhanced Core Features:

  • 35+ Git Commands: Streamlined operations with safety confirmations and intelligent defaults
  • Cross-platform Support: Native compatibility with Linux, macOS, and Windows environments
  • Real-time GitHub Integration: Direct GraphQL API integration for live project data
  • Continuous Sync Monitoring: Automated background synchronization with local caching
  • Professional Automation: GitHub Actions workflows, issue templates, and PR automation

πŸ“¦ Installation

🐧 Linux & macOS

bash <(curl -sL https://raw.githubusercontent.com/okwareddevnest/gitok/main/install.sh)

πŸͺŸ Windows Users

Option 1: WSL (Recommended)

wsl bash -c "curl -sL https://raw.githubusercontent.com/okwareddevnest/gitok/main/install.sh | bash"

Option 2: Git Bash

bash <(curl -sL https://raw.githubusercontent.com/okwareddevnest/gitok/main/install.sh)

Option 3: PowerShell (Run as Administrator)

iex ((New-Object System.Net.WebClient).DownloadString('https://raw.githubusercontent.com/okwareddevnest/gitok/main/install-windows.ps1'))

βœ… Verify Installation

# Restart your terminal or run:
source ~/.bashrc  # or source ~/.zshrc

# Test installation
gitok --version
gitcheatsheet

πŸš€ 35+ Git Commands Available

πŸ”§ Core Operations

  • commit "message" - Stage all and commit
  • push / pushall - Push to remote(s)
  • pull - Pull with rebase
  • status - Enhanced git status

🌿 Branch Management

  • branch <name> - Create and switch
  • checkout <name> - Switch branches
  • branches - List all branches
  • deletebranch <name> - Safe deletion

πŸ“ˆ Advanced Features

  • unpush - Undo last push (with confirmation)
  • squashlast [N] - Squash commits
  • graphlog - Visual commit history
  • gitcheatsheet - Interactive help

🎯 NEW: Advanced GitHub Project Management Commands

  • syncproject - Real-time project board synchronization with continuous monitoring
  • collaborate - Team collaboration hub with activity tracking and contributor insights
  • automate - Workflow automation with GitHub Actions integration and custom rules
  • analytics - AI-powered project analytics with velocity tracking and burndown charts
  • template - Professional project templates for development, marketing, and product launches

πŸ”₯ Featured Capabilities

  • Real-time Sync: 30-second polling intervals with local caching for instant updates
  • GraphQL Integration: Direct GitHub API v4 integration for live project data
  • AI Analytics: Intelligent project health scoring and velocity predictions
  • Professional Templates: Pre-built workflows for common project types
  • Automation Rules: Custom GitHub Actions workflows and issue/PR templates

πŸ”§ Technical Features

  • Cross-platform support (Linux, macOS, Windows with auto-detection)
  • Automatic shell detection (bash, zsh, fish with seamless integration)
  • Auto-update system with GitHub API integration and fallback mechanisms
  • Safety confirmations for destructive operations with user prompts
  • Comprehensive error handling with intelligent fallback strategies
  • Real-time GitHub integration with GraphQL API v4 for live data
  • AI-powered analytics with machine learning insights and predictions
  • Background sync monitoring with local caching for instant responses
  • Professional CI/CD integration with GitHub Actions workflows

🎯 Why GitOK v2.0.0 is Revolutionary

This isn't just an update - it's a complete transformation:

Before: Simple Git CLI aliases for basic operations
Now: Enterprise-level project management platform with:

  • βœ… Real-time GitHub Projects synchronization
  • βœ… AI-powered analytics and insights
  • βœ… Team collaboration tools
  • βœ… Professional automation workflows
  • βœ… Cross-platform compatibility
  • βœ… 35+ optimized Git commands

Perfect for: Development teams, project managers, DevOps engineers, and anyone who wants to supercharge their GitHub workflow!

πŸ“š Links

⭐ Star this repo if GitOK boosts your Git productivity!

Created with ❀️ by Dedan Okware

Full Changelog: v2.0.2...v2.0.3