Skip to content

Commit

Permalink
feat(cli): add git-czg git enter command
Browse files Browse the repository at this point in the history
see: https://blog.sebastian-daschner.com/entries/custom-git-subcommands
-Use `git-<subcmd>`. These subcommands can be executed with git <subcmd>.
  • Loading branch information
Zhengqbbb committed Jul 22, 2022
1 parent 92e6358 commit de4d7ed
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion packages/cli/package.json
Expand Up @@ -23,7 +23,8 @@
"license": "MIT",
"author": "Zhengqbbb <zhengqbbb@gmail.com> (https://github.com/Zhengqbbb)",
"bin": {
"czg": "bin/index.js"
"czg": "bin/index.js",
"git-czg": "bin/index.js"
},
"files": [
"bin"
Expand Down

0 comments on commit de4d7ed

Please sign in to comment.