git-rebase-branches
TypeScript icon, indicating that this package has built-in type declarations

0.3.1 • Public • Published

git-rebase-branches

A simple script for rebasing your recent git branches.

This is an attempt to automate a bit the process of rebasing all your unmerged recent (2 months old max) local branches. Branches that can't be rebased automatically are not affected at all.

Get started

  1. Stash your local changes
  2. Run npx git-rebase-branches

Arguments

--push

Also runs git push origin <BRANCH_NAME> --force-with-lease on all successfully rebased branches.

Hint: User git config credential.helper 'cache --timeout=300' to add some caching for your git credentials. Otherwise you will be asked for your credentials before each subsequent push.

/git-rebase-branches/

    Package Sidebar

    Install

    npm i git-rebase-branches

    Weekly Downloads

    2

    Version

    0.3.1

    License

    Apache-2.0

    Unpacked Size

    21.5 kB

    Total Files

    11

    Last publish

    Collaborators

    • balena.io