Git Product home page Git Product logo

git-workflow's People

Contributors

aotarola avatar dbushong avatar dependabot[bot] avatar i-tier-bot avatar markowsiak avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar

git-workflow's Issues

switch tags from build-XYZ to release-XYZ

I was trying to be careful about implying that something had already been released, when release it's just a QA tag, but.... no one likes build. Major bump and switch.

Support branch descriptions

One often names branches after issue numbers or something else, which is a good practice for long-term reference, but doesn't help one pick apart which branch is about what at-a-glance.

Proposal:

  1. Make start take an extra optional description arg: git wf start <branch-name> [description]
  2. Store it in .git/config by calling: git config branch.<branch-name>.description <description>
  3. Display it at various times when it would currently only print the branch name.
  4. Offer something like git wf branch that is an enhanced version of git branch - maybe only lists wf-managed feature branches and includes their descriptions?

Note that this is the "standard" place to store a branch description in git; it's the one that git branch --edit-description operates on. Currently it's not used for a lot inside of git itself, but maybe that will change?

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.