Git Product home page Git Product logo

git-rebase-all's Introduction

git-rebase-all

This project is work-in-progress! The content below is not yet implemented!

… automatically rebases your git feature branches

git-rebase-all will first run git fetch to download any updates from the remote server(s). Afterwards it will show a list of planned branch updates according to the following logic:

  • local branches without a tracking branch will be rebased
  • local branches that are pointing to the same commit as their tracking branch will be rebase and pushed to the server again
  • local branches that are pointing to a different commit than their tracking branch will be skipped

Once you confirm these actions, the branches will be rebased and finally the updates will be pushed to the server.

Install

cargo install git-rebase-all

Usage

git-rebase-all 

USAGE:
    git-rebase-all [FLAGS] [OPTIONS]

FLAGS:
    -h, --help               Prints help information
        --rebase             Rebases branches automatically without user confirmation
        --rebase-and-push    Rebases and pushes branches automatically without user confirmation
        --skip-fetch         Skips the `git fetch` step
    -V, --version            Prints version information

OPTIONS:
        --cwd <cwd>    Changes the working directory to `cwd`

License

git-rebase-all is released under the MIT License.

git-rebase-all's People

Contributors

turbo87 avatar

Watchers

 avatar  avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.