Skip to content

Commit 7185326

Browse files
committed
completions: 更新 git
1 parent c395408 commit 7185326

File tree

3 files changed

+315
-1
lines changed

3 files changed

+315
-1
lines changed

completions/git/guid.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
8d4f54e3-87ec-47d7-81c1-7d5464a75b13
1+
f8dbd7b0-d465-49ae-9eb6-b3250d3b3cf4

completions/git/language/en-US.json

+157
Original file line numberDiff line numberDiff line change
@@ -1956,6 +1956,163 @@
19561956
}
19571957
]
19581958
},
1959+
{
1960+
"name": "lfs",
1961+
"tip": [
1962+
"Work with large files in Git repositories."
1963+
],
1964+
"next": [
1965+
{
1966+
"name": "checkout",
1967+
"tip": [
1968+
"Populate working copy with real content from Git LFS files."
1969+
]
1970+
},
1971+
{
1972+
"name": "completion",
1973+
"tip": [
1974+
"Generate shell scripts for command-line tab-completion of Git LFS commands."
1975+
],
1976+
"next": [
1977+
{
1978+
"name": "bash"
1979+
},
1980+
{
1981+
"name": "fish"
1982+
},
1983+
{
1984+
"name": "zsh"
1985+
}
1986+
]
1987+
},
1988+
{
1989+
"name": "dedup",
1990+
"tip": [
1991+
"De-duplicate Git LFS files."
1992+
]
1993+
},
1994+
{
1995+
"name": "env",
1996+
"tip": [
1997+
"Display the Git LFS environment."
1998+
]
1999+
},
2000+
{
2001+
"name": "ext",
2002+
"tip": [
2003+
"Display Git LFS extension details."
2004+
]
2005+
},
2006+
{
2007+
"name": "fetch",
2008+
"tip": [
2009+
"Download Git LFS files from a remote."
2010+
]
2011+
},
2012+
{
2013+
"name": "fsck",
2014+
"tip": [
2015+
"Check Git LFS files for consistency."
2016+
]
2017+
},
2018+
{
2019+
"name": "install",
2020+
"tip": [
2021+
"Install Git LFS configuration."
2022+
]
2023+
},
2024+
{
2025+
"name": "lock",
2026+
"tip": [
2027+
"Set a file as \"locked\" on the Git LFS server."
2028+
]
2029+
},
2030+
{
2031+
"name": "locks",
2032+
"tip": [
2033+
"List currently \"locked\" files from the Git LFS server."
2034+
]
2035+
},
2036+
{
2037+
"name": "logs",
2038+
"tip": [
2039+
"Show errors from the Git LFS command."
2040+
]
2041+
},
2042+
{
2043+
"name": "ls-files",
2044+
"tip": [
2045+
"Show information about Git LFS files in the index and working tree."
2046+
]
2047+
},
2048+
{
2049+
"name": "migrate",
2050+
"tip": [
2051+
"Migrate history to or from Git LFS."
2052+
]
2053+
},
2054+
{
2055+
"name": "prune",
2056+
"tip": [
2057+
"Delete old Git LFS files from local storage."
2058+
]
2059+
},
2060+
{
2061+
"name": "pull",
2062+
"tip": [
2063+
"Fetch Git LFS changes from the remote & checkout any required working tree files."
2064+
]
2065+
},
2066+
{
2067+
"name": "push",
2068+
"tip": [
2069+
"Push queued large files to the Git LFS endpoint."
2070+
]
2071+
},
2072+
{
2073+
"name": "status",
2074+
"tip": [
2075+
"Show the status of Git LFS files in the working tree."
2076+
]
2077+
},
2078+
{
2079+
"name": "track",
2080+
"tip": [
2081+
"View or add Git LFS paths to Git attributes."
2082+
]
2083+
},
2084+
{
2085+
"name": "uninstall",
2086+
"tip": [
2087+
"Uninstall Git LFS by removing hooks and smudge/clean filter configuration."
2088+
]
2089+
},
2090+
{
2091+
"name": "unlock",
2092+
"tip": [
2093+
"Remove \"locked\" setting for a file on the Git LFS server."
2094+
]
2095+
},
2096+
{
2097+
"name": "untrack",
2098+
"tip": [
2099+
"Remove Git LFS paths from Git Attributes."
2100+
]
2101+
},
2102+
{
2103+
"name": "update",
2104+
"tip": [
2105+
"Update Git hooks for the current Git repository."
2106+
]
2107+
},
2108+
{
2109+
"name": "version",
2110+
"tip": [
2111+
"Report the version number."
2112+
]
2113+
}
2114+
]
2115+
},
19592116
{
19602117
"name": "prune",
19612118
"tip": [

completions/git/language/zh-CN.json

+157
Original file line numberDiff line numberDiff line change
@@ -1953,6 +1953,163 @@
19531953
}
19541954
]
19551955
},
1956+
{
1957+
"name": "lfs",
1958+
"tip": [
1959+
"Work with large files in Git repositories."
1960+
],
1961+
"next": [
1962+
{
1963+
"name": "checkout",
1964+
"tip": [
1965+
"Populate working copy with real content from Git LFS files."
1966+
]
1967+
},
1968+
{
1969+
"name": "completion",
1970+
"tip": [
1971+
"Generate shell scripts for command-line tab-completion of Git LFS commands."
1972+
],
1973+
"next": [
1974+
{
1975+
"name": "bash"
1976+
},
1977+
{
1978+
"name": "fish"
1979+
},
1980+
{
1981+
"name": "zsh"
1982+
}
1983+
]
1984+
},
1985+
{
1986+
"name": "dedup",
1987+
"tip": [
1988+
"De-duplicate Git LFS files."
1989+
]
1990+
},
1991+
{
1992+
"name": "env",
1993+
"tip": [
1994+
"Display the Git LFS environment."
1995+
]
1996+
},
1997+
{
1998+
"name": "ext",
1999+
"tip": [
2000+
"Display Git LFS extension details."
2001+
]
2002+
},
2003+
{
2004+
"name": "fetch",
2005+
"tip": [
2006+
"Download Git LFS files from a remote."
2007+
]
2008+
},
2009+
{
2010+
"name": "fsck",
2011+
"tip": [
2012+
"Check Git LFS files for consistency."
2013+
]
2014+
},
2015+
{
2016+
"name": "install",
2017+
"tip": [
2018+
"Install Git LFS configuration."
2019+
]
2020+
},
2021+
{
2022+
"name": "lock",
2023+
"tip": [
2024+
"Set a file as \"locked\" on the Git LFS server."
2025+
]
2026+
},
2027+
{
2028+
"name": "locks",
2029+
"tip": [
2030+
"List currently \"locked\" files from the Git LFS server."
2031+
]
2032+
},
2033+
{
2034+
"name": "logs",
2035+
"tip": [
2036+
"Show errors from the Git LFS command."
2037+
]
2038+
},
2039+
{
2040+
"name": "ls-files",
2041+
"tip": [
2042+
"Show information about Git LFS files in the index and working tree."
2043+
]
2044+
},
2045+
{
2046+
"name": "migrate",
2047+
"tip": [
2048+
"Migrate history to or from Git LFS."
2049+
]
2050+
},
2051+
{
2052+
"name": "prune",
2053+
"tip": [
2054+
"Delete old Git LFS files from local storage."
2055+
]
2056+
},
2057+
{
2058+
"name": "pull",
2059+
"tip": [
2060+
"Fetch Git LFS changes from the remote & checkout any required working tree files."
2061+
]
2062+
},
2063+
{
2064+
"name": "push",
2065+
"tip": [
2066+
"Push queued large files to the Git LFS endpoint."
2067+
]
2068+
},
2069+
{
2070+
"name": "status",
2071+
"tip": [
2072+
"Show the status of Git LFS files in the working tree."
2073+
]
2074+
},
2075+
{
2076+
"name": "track",
2077+
"tip": [
2078+
"View or add Git LFS paths to Git attributes."
2079+
]
2080+
},
2081+
{
2082+
"name": "uninstall",
2083+
"tip": [
2084+
"Uninstall Git LFS by removing hooks and smudge/clean filter configuration."
2085+
]
2086+
},
2087+
{
2088+
"name": "unlock",
2089+
"tip": [
2090+
"Remove \"locked\" setting for a file on the Git LFS server."
2091+
]
2092+
},
2093+
{
2094+
"name": "untrack",
2095+
"tip": [
2096+
"Remove Git LFS paths from Git Attributes."
2097+
]
2098+
},
2099+
{
2100+
"name": "update",
2101+
"tip": [
2102+
"Update Git hooks for the current Git repository."
2103+
]
2104+
},
2105+
{
2106+
"name": "version",
2107+
"tip": [
2108+
"Report the version number."
2109+
]
2110+
}
2111+
]
2112+
},
19562113
{
19572114
"name": "prune",
19582115
"tip": [

0 commit comments

Comments
 (0)