Skip to content

Commit

Permalink
feat(completions): update git
Browse files Browse the repository at this point in the history
  • Loading branch information
abgox committed Dec 13, 2024
1 parent e07fec9 commit e468fc7
Showing 1 changed file with 50 additions and 0 deletions.
50 changes: 50 additions & 0 deletions completions/git/language/en-US.json
Original file line number Diff line number Diff line change
Expand Up @@ -829,6 +829,38 @@
" [--global] --unset https.proxy --- Unset proxy"
]
},
{
"name": "user.signingkey",
"tip": [
"Configure the GPG signing key."
]
},
{
"name": "gpg.program",
"tip": [
"Configure the GPG program path."
]
},
{
"name": "commit.gpgsign",
"tip": [
"Configure whether to sign commits with GPG."
],
"next": [
{
"name": "true",
"tip": [
"Sign commits with GPG."
]
},
{
"name": "false",
"tip": [
"Don't sign commits with GPG."
]
}
]
},
{
"name": "commit.template",
"tip": [
Expand Down Expand Up @@ -1013,6 +1045,24 @@
"Remove config --- the Git https proxy."
]
},
{
"name": "user.signingkey",
"tip": [
"Remove config --- the GPG signing key."
]
},
{
"name": "gpg.program",
"tip": [
"Remove config --- the GPG program path."
]
},
{
"name": "commit.gpgsign",
"tip": [
"Remove config --- whether to sign commits with GPG."
]
},
{
"name": "commit.template",
"tip": [
Expand Down

0 comments on commit e468fc7

Please sign in to comment.