mirror of
https://github.com/RGBCube/nu_scripts
synced 2025-08-01 22:57:46 +00:00
do not require stash in git stash drop (#732)
This fixes a small bug so that `git stash drop` doesn't _require_ a stash
This commit is contained in:
parent
b44091aea1
commit
a690fcbaa9
1 changed files with 1 additions and 1 deletions
|
@ -444,7 +444,7 @@ export extern "git stash show" [
|
||||||
|
|
||||||
# Drop a stashed change
|
# Drop a stashed change
|
||||||
export extern "git stash drop" [
|
export extern "git stash drop" [
|
||||||
stash: string@"nu-complete git stash-list"
|
stash?: string@"nu-complete git stash-list"
|
||||||
]
|
]
|
||||||
|
|
||||||
# Create a new git repository
|
# Create a new git repository
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue