mirror of
https://github.com/RGBCube/nu_scripts
synced 2025-08-01 14:47:47 +00:00
git-completions: Stop checking --force-with-lease
(#362)
This commit is contained in:
parent
dbb0b016b9
commit
dc87ff276c
1 changed files with 1 additions and 2 deletions
|
@ -108,7 +108,7 @@ export extern "git push" [
|
|||
--dry-run(-n) # dry run
|
||||
--exec: string # receive pack program
|
||||
--follow-tags # push missing but relevant tags
|
||||
--force-with-lease: string # require old value of ref to be at this value
|
||||
--force-with-lease # require old value of ref to be at this value
|
||||
--force(-f) # force updates
|
||||
--ipv4(-4) # use IPv4 addresses only
|
||||
--ipv6(-6) # use IPv6 addresses only
|
||||
|
@ -161,4 +161,3 @@ export extern "git cherry-pick" [
|
|||
--abort # Cancel the operation
|
||||
--skip # Skip the current commit and continue with the rest of the sequence
|
||||
]
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue