Gittle

Git productivity scripts

Installation

git clone https://github.com/yourusername/gittles
cd gittles
./install.sh
source ~/.zshrc  # or ~/.bashrc

Available Scripts

  • open-git-in-browser.sh gho

    Open remote URLs of all git repositories in browser

  • git-sync-loop.sh gsl

    Synchronize git repositories with automatic pull/push

  • github-activity.sh ghh

    Track and display GitHub activity across repositories

  • git-branch-find.sh gbf

    Search for branches across multiple repositories

  • open-pull-request.sh gpr

    Create or open pull requests from current branch

  • git-push-repo.sh gpush

    Smart git push with automatic commit messages

  • git-recent-activity.sh gra

    View recent git activity across all repositories

  • github-download-pull-request-markdown.sh

    Download pull request content as markdown

  • github-export-prs.sh

    Export multiple pull requests for documentation

  • setup-git-exclude.sh

    Configure git exclude patterns for repositories

Requirements

  • Bash 4.0+
  • Git 2.0+
  • macOS, Linux, or Windows with Git Bash