aanand/git-up
NOT MAINTAINED observed · 2026-08-28
Health v2 · maintenance only
32/100
- Activity 0
- Release rhythm 35
- Longevity 100
Flags: no_releases
How is this computed?
round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-03. Adoption (stars, forks) is never an input.
- gap_med: n/a
- age_days: 6175
- days_rel: n/a
- days_push: 3221
- n_releases_24m: 0
Adoption not part of the score
2587 stars · 140 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded
git-up is a Ruby gem providing a git command that fetches and rebases all locally-tracked remote branches, avoiding merge commits from git pull. The project is explicitly no longer maintained, as Git 2.9's `git pull --rebase --autostash` covers the same need.
Use cases
- rebase all local branches onto their remotes at once
- avoid merge commits when pulling upstream changes
- update every tracked branch before pushing
- replace git pull with a rebase-based workflow
When to choose
- you are stuck on an old Git version (<2.9) and want pull-with-rebase across all branches
- you already use this workflow and just need the gem
When to avoid
- you use Git 2.9 or later - use `git pull --rebase --autostash` instead
- you need Windows support
- you want actively maintained software
Facets
cli-tool · maturity abandoned
version-control cli developer-tools version-control developer-tools cli ruby git rebase git-pull workflow ruby-gem unmaintained command-line linux macos
2 sources
- readme: https://github.com/aanand/git-up · fetched 2026-08-28 · 8b0661ce5f79
- homepage: http://aanandprasad.com/git-up/ · fetched 2026-08-29 · 56d6a470eaeb
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| aanand/git-up | main | 32 |
For agents
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem