mirror of
https://github.com/RGBCube/nu_scripts
synced 2025-08-03 07:37:47 +00:00
Add custom completions for pre-commit (#940)
# Added Completions for pre-commit, plus README # Fixed Removed duplciate flag it git completionts
This commit is contained in:
parent
7188d9ac03
commit
6abc543722
4 changed files with 227 additions and 1 deletions
|
@ -454,7 +454,6 @@ export extern "git commit" [
|
|||
--cleanup: string # cleanup commit message
|
||||
--edit(-e) # edit commit message
|
||||
--no-edit # do not edit commit message
|
||||
--amend # amend previous commit
|
||||
--include(-i) # include given paths in commit
|
||||
--only(-o) # commit only specified paths
|
||||
--pathspec-from-file: string # read pathspec from file
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue