mirror of
https://github.com/RGBCube/nu_scripts
synced 2025-08-01 14:47:47 +00:00
add the "export" keyword to "extern git cherry-pick" (#356)
This commit is contained in:
parent
a023cea71a
commit
89c209f89e
1 changed files with 1 additions and 1 deletions
|
@ -141,7 +141,7 @@ export extern "git switch" [
|
|||
]
|
||||
|
||||
# Apply the change introduced by an existing commit
|
||||
extern "git cherry-pick" [
|
||||
export extern "git cherry-pick" [
|
||||
commit?: string@"nu-complete git commits" # The commit ID to be cherry-picked
|
||||
--edit(-e) # Edit the commit message prior to committing
|
||||
--no-commit(-n) # Apply changes without making any commit
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue