GithubHelp home page GithubHelp logo

git-push-branches's Introduction

git push-branches

You can always git push --all, but what if you want to get rid of old branches? By default, this script pushes only branches with code less than a month old.

Installation

One-liner using [Sinister][1]:

$ sh <(curl -sSL http://git.io/sinister) --local --url https://github.com/augustohp/git-push-branches

Or you can clone the project where you want to, all you need after is to symlink the git-push-branches script to your $PATH:

$ cd <my-src-dir>
$ git clone http://github.com/augustohp/git-push-branches
$ chmod a+x git-push-branches/git-push-branches
$ ln -s <my-src-dir>/git-push-branches /usr/local/bin

Now you should be able to execute git push-branches anywhere.

Help

Usage: git-push-branches [options]
       git-push-branches --since="2018-01-01" --to-remote gitlab --from-remote gerrit

Sends branches from a remote to another, avoiding sending ones that are old or
already merged.

Options

  -s, --since <date>        Only migrate branchs that have the last commit since
                            the mentioned date (default: "1 month ago").
  -t, --to-remote <name>    Remote that will receive branches to be migrated,
                            allowing other rules here descibed (default: "mine").
  -f, --from-remote <name>  Remote that will be the source of branches (default: "origin").
  -d, --dry-run             Does nothing, only print branch names to migrate.
  -v, --version             Displays version of the program.
  -h                        Displays this help message.

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.