rorybyrne / git-plan

Git Plan - a better workflow for git
MIT License
182 stars 5 forks source link

feat: generate IDs which can be used to reference plans #93

Open rorybyrne opened 3 years ago

rorybyrne commented 3 years ago

What does this PR do?

Broadly, this PR introduces IDs/labels for plans, so that they can be referenced easily (e.g. git-plan commit --id GP-123)

Some highlights:

Why are we doing this?

Testing performed

Known issues

rorybyrne commented 2 months ago

Closes #63