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.shghoOpen remote URLs of all git repositories in browser
-
git-sync-loop.shgslSynchronize git repositories with automatic pull/push
-
github-activity.shghhTrack and display GitHub activity across repositories
-
git-branch-find.shgbfSearch for branches across multiple repositories
-
open-pull-request.shgprCreate or open pull requests from current branch
-
git-push-repo.shgpushSmart git push with automatic commit messages
-
git-recent-activity.shgraView recent git activity across all repositories
-
github-download-pull-request-markdown.shDownload pull request content as markdown
-
github-export-prs.shExport multiple pull requests for documentation
-
setup-git-exclude.shConfigure git exclude patterns for repositories
Requirements
- Bash 4.0+
- Git 2.0+
- macOS, Linux, or Windows with Git Bash