https://github.com/yegor256/gitx
Bash script to manage multiple Git repositories in one click: pull, reset, push, etc.
https://github.com/yegor256/gitx
bash git
Last synced: 3 months ago
JSON representation
Bash script to manage multiple Git repositories in one click: pull, reset, push, etc.
- Host: GitHub
- URL: https://github.com/yegor256/gitx
- Owner: yegor256
- License: mit
- Created: 2025-01-23T09:00:26.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2025-03-10T12:54:24.000Z (over 1 year ago)
- Last Synced: 2025-03-10T13:41:21.751Z (over 1 year ago)
- Topics: bash, git
- Language: Shell
- Homepage:
- Size: 68.4 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# Mass Changes to Git Repos in One-Click
[](https://github.com/yegor256/gitx/actions/workflows/shellcheck.yml)
Let's say, you have many repositories locally and you
need to `git pull` all of them. Instead of going one by one,
you simply do this:
```bash
gitx pull
```
The script will find all repos in the current directory and
will do `git pull` in each of them.
The software is not yet safe, be careful!