Skip to content
Snippets Groups Projects
Commit 67f3caab authored by nfontrod's avatar nfontrod
Browse files

src/main.rs: update Checkout subcommand doc

parent 82255cbf
No related branches found
No related tags found
No related merge requests found
...@@ -39,10 +39,9 @@ enum Commands { ...@@ -39,10 +39,9 @@ enum Commands {
long_about = "Create github hooks to use gbl automaticaly after commit, \ long_about = "Create github hooks to use gbl automaticaly after commit, \
before and after checkout \n \n\ before and after checkout \n \n\
This command should be used after git init and glb init. \n \n\ This command should be used after git init and glb init. \n \n\
This will create 3 hooks file: \n\ This will create 2 hooks file: \n\
1. post-commit: `glb commit` will be launched after git commit \n\ 1. post-commit: `glb commit` will be launched after git commit \n\
2. pre-checkout: `glb pre-co` will be launched before git checkout \n\ 2. post-checkout: `gbl checkout` will be launched after git checkout
3. post-checkout: `gbl checkout` will be launched after git checkout
" "
)] )]
CreateHooks(CreateHooks), CreateHooks(CreateHooks),
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment