1
Fork 0
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:
Hofer-Julian 2023-01-25 13:22:50 +01:00 committed by GitHub
parent dbb0b016b9
commit dc87ff276c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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
]