Skip to content
This repository was archived by the owner on Aug 13, 2020. It is now read-only.
This repository was archived by the owner on Aug 13, 2020. It is now read-only.

switching/remembering stories and/or branches #5

@drhuffman12

Description

@drhuffman12

Currently, to 'switch' to a new story and/or branch, you type:

v1git develop v1_story_id [branch_name]

This 'switches' the user to a v1 story and a git branch, putting that story into "In Develop" status.

Depending on your teams V! setup or other reasons, you might want to 'start' a story in a different status (see #4 ) or possibly create multiple branches per story (e.g.: try multiple code approaches).

So, maybe, to switch to a different story and/or branch, the v1git command should also accept a command option syntax like one of the following:

v1git switch [-s story_name] [-b branch_name]
v1git switch [-sb story_same_as_branch_name]
v1git [-s story_name] [-b branch_name]
v1git [-sb story_same_as_branch_name]

... and the story and branch name would be remembered (as applicable) for future v1git commands.

And, then to change the story status (and associated git repo commands), you'd do something like noted in #4

v1git status <v1_story_status> [-s story_name] [-b <branch_name>]

(Maybe use some other key words/options instead of 'switch' or 'status' or '-s' to keep them less similar.)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions