Skip to content

Commit

Permalink
Merge pull request withfig#238 from nirtamir2/patch-2
Browse files Browse the repository at this point in the history
[GIT] Fix --force-with-lease option
  • Loading branch information
QuiiBz committed May 27, 2021
2 parents 5bc88dc + 33d7498 commit a8be959
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dev/git.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1208,7 +1208,7 @@ export const completionSpec: Fig.Spec = {
},

{
name: "-force-with-lease",
name: "--force-with-lease",
description:
"protect the named ref (alone), if it is going to be updated, by requiring its current value to be the same as the specified value <expect> (which is allowed to be different from the remote-tracking branch we have for the refname, or we do not even have to have such a remote-tracking branch when this form is used). If <expect> is the empty string, then the named ref must not already exist.",
args: {
Expand Down

0 comments on commit a8be959

Please sign in to comment.