Giter VIP home page Giter VIP logo

featureup's Introduction

Installation

  • copy featureup file from this repository to any location in your $PATH (eg /usr/bin/local/featureup)
  • make it executable chmod +x /usr/bin/local/featureup

Usage

Suppose from develop branch you created feature branch called our-new-feature. Then from our-new-feature developers created their sub-branches and created PR for them (they can be drafts)

Then:

  • navigate to your repository directory
  • run featureup our-new-feature
  • that's all

How it works

The command featureup our-new-feature will:

  • update your local develop to be in sync with develop in remote repository
  • update your local our-new-feature branch to be in sync with remote
  • merge develop in our-new-feature and push
  • get the list of all sub-branches
  • for each sub-branch, it will merge our-new-feature into them and push

If any error happen (command execution fails, merge impossible due to conflicts) script will terminate with code 1 and print the info about the termination reason.

Requirements

  • git and gh (GitHub CLI) must be installed (although the script will check this as well before running)

featureup's People

Contributors

kkarpieszuk avatar

Watchers

 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.