Automating Git Repo Updates and Navigation with a POSIX Shell Script
Managing multiple Git repositories for different services or components can get tedious. Whether you're working on small personal projects like a blog, a Gemini site, or HTTP microservices, jumping between directories and pulling the latest changes manually is a chore.
That’s why I wrote a simple, POSIX-compliant shell script to:
Automatically pull updates from a list of Git repositories
Provide an interactive menu to open any of them directly in VS Code
Work reliably in any POSIX shell (`sh`), not just Bash
Get the script at
gemini://sava.rocks/blog/automating-git-repo-updates-and-navigation-with-a-posix-shell-script/
5 months ago