# aanand/git-up

NOT MAINTAINED

Repository: https://github.com/aanand/git-up
Canonical: https://ross.abutalabs.com/products/git-up
Homepage: http://aanandprasad.com/git-up/
Language: Ruby
License: MIT
License Family: permissive
Last push: 2017-11-07T22:48:59+00:00

## Health v2 (maintenance only)
Score: 32/100 (v2, computed 2026-09-03T02:20:16.233290+00:00)
- activity 0, release rhythm 35, longevity 100
- inputs: {"age_days": 6175, "days_push": 3221, "days_rel": null, "gap_med": null, "n_releases_24m": 0}
- flags: no_releases
- formula: round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10)

## Adoption (not part of the score)
Stars 2587, forks 140 (observed 2026-08-28T04:07:02.749394+00:00)

## What it is
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
- artifact type: cli-tool
- maturity: abandoned
- function: version-control, cli, developer-tools
- domain: version-control, developer-tools
- platform: cli, ruby
- tags: git, rebase, git-pull, workflow, ruby-gem, unmaintained, command-line, linux, macos

## Member repositories
- aanand/git-up (main) score 32

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:07:02.749394+00:00.
- Health v2: computed from the inputs above; adoption is never an input.
- Inferred fields (summary, facets, guidance): AI-extracted, prompt v1, taxonomy v1, on 2026-08-30T02:22:24.847086+00:00, confidence not recorded.
  - readme: https://github.com/aanand/git-up (fetched 2026-08-28T04:07:02.749394+00:00, sha 8b0661ce5f79)
  - homepage: http://aanandprasad.com/git-up/ (fetched 2026-08-29T10:04:41.791728+00:00, sha 56d6a470eaeb)
- Data as of 2026-08-30T08:39:29.467469+00:00.
