Ross ROSS = Recommend OSS · open-source software intelligence for agents

aanand/git-up

NOT MAINTAINED observed · 2026-08-28

github.com/aanand/git-up · homepage · Ruby · MIT (permissive) 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

Full methodology

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

Member repositories

RepositoryRoleHealth v2
aanand/git-upmain32

For agents

markdown · JSON · MCP: product_card(name="aanand/git-up")

Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem