Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Missing feature #470

Open
rafaltecza opened this issue Jul 9, 2022 · 3 comments
Open

Missing feature #470

rafaltecza opened this issue Jul 9, 2022 · 3 comments

Comments

@rafaltecza
Copy link

Simple thing, can you add option to disable scopes array variable and make this question a simple text input?

@aov2005
Copy link

aov2005 commented Jul 20, 2022

#479

Hope developers can support it

@Flo-Slv
Copy link

Flo-Slv commented Jul 20, 2022

there is a commit in this sense but never added

1345146

@Ps7ch3
Copy link

Ps7ch3 commented Dec 10, 2022

My temp workaround:

# added to ~/.bashrc or ~/.zshrc
alias czs="git-cz --scope"

After source your rc file, run git-cz using czs alias

# run
$ czs myscope
? Select the type of change that you're committing: feat:       A new feature
? Write a short, imperative mood description of the change:
  [-------------------------------------------------------------] 55 chars left
   feat: just a test
? Provide a longer description of the change:

? List any breaking changes
  BREAKING CHANGE:
? Issues this commit closes, e.g #123:
[main 50ad1d7] feat(myscope): just a test
 1 file changed, 0 insertions(+), 0 deletions(-)
 create mode 100644 1


# check out
$ git log -1 | head
commit 50ad1d7b6b646b3e6afad72714bc359b3f0764dd
Author: xxx
Date:   Sat Dec 10 16:44:54 2022 +0800

    feat(myscope): just a test

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants