Skip to content
This repository has been archived by the owner on Sep 5, 2023. It is now read-only.

Callable from git cc (custom git command) #29

Open
nebbles opened this issue Nov 18, 2019 · 0 comments
Open

Callable from git cc (custom git command) #29

nebbles opened this issue Nov 18, 2019 · 0 comments
Labels
enhancement New feature or request

Comments

@nebbles
Copy link
Owner

nebbles commented Nov 18, 2019

This tool should be callable by using the command git cc

This is possible by simply adding an executable to your path such as git-refresh to create git refresh. See these articles for reference [1] [2]

Solution

Modify pyproject.toml as follows

[tool.poetry.scripts]
gitcommit = "gitcommit.gitcommit:main"
+ git-cz = "gitcommit.gitcommit:main"
@nebbles nebbles added the enhancement New feature or request label Nov 18, 2019
@nebbles nebbles changed the title Create custom git command Callable from git cc (custom git command) Nov 18, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant