graphite-project / graphite-web

A highly scalable real-time graphing system
http://graphite.readthedocs.org/
Apache License 2.0
5.89k stars 1.26k forks source link

[BUG] gt branch create not creating a new branch #2778

Closed shenders13 closed 2 years ago

shenders13 commented 2 years ago

Describe the bug

When I create a new branch with the Graphite CLI, I get an error:

ERROR: undefined is unknown to Graphite.

To Reproduce Steps to reproduce the behavior:

  1. I am on a feature branch
  2. I make some local changes and stage them (green files in the screenshot below).
  3. I try to create a new branch as per the docs i.e. gt branch create -m "commit message here"
  4. I run into the aformentioned error: ERROR: undefined is unknown to Graphite.

Here is a screenshot:

Screen Shot 2022-09-20 at 3 41 32 pm

Expected behavior

A new branch is created.

Environment (please complete the following information):

deniszh commented 2 years ago

Hi @shenders13

Sorry, wrong repo, you probably should open issue in https://github.com/withgraphite/graphite-cli instead.

Have a nice day!