Git Product home page Git Product logo

git-story's Introduction

Git::Story

Description

Ruby gem containing an executable that abstracts a standard git workflow.

Download

The homepage of this library is located at

  • http://github.com/flori/git-story

Author

Florian Frank mailto:[email protected]

License

Apache License, Version 2.0 โ€“ See the COPYING file in the source archive.

git-story's People

Contributors

flori avatar fwolfst avatar jaynetics avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Forkers

tordans fwolfst

git-story's Issues

git-story lacks --version flag/cmd or version number output in help

As a user ocassionally I want to figure out which version of git-story I use. Therefore a --version flag, version command or simply the version included in the help/default output would be suitable.

Not sure what the default gemhadar-way of doing this is (I would remove gemhadar and replace it by the bundlegem tasks and use the setup as in bundle gem xyz, with a version.rb file).

default behavior when creating a story: branch off from master

I'd find it great if git story create would branch off from master/main and not from the current branch. It seems to be my default usage and I found myself rebasing more often than I should have.

Maybe the old functionality could be kept (git story create --from-current-branch, git story create --from main, git story branch ... ).

calling `git-story` creates .git/hooks in every directory where its called

if there is no $CWD/.git/hooks directory when calling git-story it will create it (and copy the relevant hooks over into it).

imho, git-story should

  • look for $CWD/.git/hooks,
  • if not found, ascend the directory tree (towards root), looking for a .git/hooks directory (because you e.g. accidentally called git-story from withinthe app/ directory.
  • then fail gracefull if not found.

Creation of the .git/hooks directory should imho only be done if explicitly asked for, e.g. with git-story enable/ git-story initialize (command does not yet exist).

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.