https://github.com/xandkar/gg
git git: where my gits at? tracker of repos.
https://github.com/xandkar/gg
Last synced: 6 months ago
JSON representation
git git: where my gits at? tracker of repos.
- Host: GitHub
- URL: https://github.com/xandkar/gg
- Owner: xandkar
- License: mit
- Created: 2021-12-19T20:47:35.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2023-07-05T22:53:51.000Z (over 2 years ago)
- Last Synced: 2024-10-19T03:06:47.723Z (12 months ago)
- Language: Racket
- Homepage: https://pkgs.racket-lang.org/package/gg
- Size: 61.5 KB
- Stars: 6
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
gg
=======
git gitA tool to git all your gits and answer the age-old question: "Where my gits at?"
To discover, catalogue and compare repos across N machines.
problem!
--------
* You may have several machines in use at any given time,
with subsets of all repos sparsely scattered across.
* Same repo's replica directories may end-up named differently.
* You may end-up missing a local copy of an Internet-hosted replica.
* You may have orphaned local repos (with no remotes)
* You can end-up with any combination of the above scenarios!solution?
---------
So, how to be sure everything is in sync?1. Find all the repos and confirm what is a fork of what (sharing an ancestor);
2. Compare their status to understand what is out of date;
3. Decide what should be pruned, moved, updated or whatever;
4. GOTO 1`gg` is mainly motivated by 1, but also aims to be useful for 2.
See the [example](example) meta-repo.