mirror of
https://github.com/fofolee/uTools-Manuals.git
synced 2025-06-23 17:22:43 +08:00
1 line
22 KiB
JSON
1 line
22 KiB
JSON
{ "git add": { "name": "git add", "type": "", "path": "git/git add.html", "desc": "将文件内容添加到索引" }, "git am": { "name": "git am", "type": "", "path": "git/git am.html", "desc": "从邮箱应用一系列修补程序" }, "git annotate": { "name": "git annotate", "type": "", "path": "git/git annotate.html", "desc": "用提交信息注释文件行" }, "git apply": { "name": "git apply", "type": "", "path": "git/git apply.html", "desc": "将补丁应用于文件和/或索引" }, "git archimport": { "name": "git archimport", "type": "", "path": "git/git archimport.html", "desc": "将 Arch 资料库导入 Git" }, "git archive": { "name": "git archive", "type": "", "path": "git/git archive.html", "desc": "从命名树创建文件的存档" }, "git bisect": { "name": "git bisect", "type": "", "path": "git/git bisect.html", "desc": "使用二进制搜索来查找引入错误的提交" }, "git blame": { "name": "git blame", "type": "", "path": "git/git blame.html", "desc": "显示修改和作者最后修改了文件的每一行" }, "git branch": { "name": "git branch", "type": "", "path": "git/git branch.html", "desc": "列出,创建或删除分支" }, "git bundle": { "name": "git bundle", "type": "", "path": "git/git bundle.html", "desc": "通过归档移动对象和引用" }, "git cat-file": { "name": "git cat-file", "type": "", "path": "git/git cat-file.html", "desc": "提供资源库对象的内容或类型和大小信息" }, "git check-attr": { "name": "git check-attr", "type": "", "path": "git/git check-attr.html", "desc": "显示 gitattributes 信息" }, "git check-ignore": { "name": "git check-ignore", "type": "", "path": "git/git check-ignore.html", "desc": "调试 gitignore /排除文件" }, "git check-mailmap": { "name": "git check-mailmap", "type": "", "path": "git/git check-mailmap.html", "desc": "显示联系人的规范名称和电子邮件地址" }, "git check-ref-format": { "name": "git check-ref-format", "type": "", "path": "git/git check-ref-format.html", "desc": "确保引用名称格式正确" }, "git checkout-index": { "name": "git checkout-index", "type": "", "path": "git/git checkout-index.html", "desc": "将索引中的文件复制到工作树上" }, "git checkout": { "name": "git checkout", "type": "", "path": "git/git checkout.html", "desc": "切换分支或恢复工作树文件" }, "git cherry-pick": { "name": "git cherry-pick", "type": "", "path": "git/git cherry-pick.html", "desc": "应用一些现有提交引入的更改" }, "git cherry": { "name": "git cherry", "type": "", "path": "git/git cherry.html", "desc": "查找尚未应用于上游的提交" }, "git citool": { "name": "git citool", "type": "", "path": "git/git citool.html", "desc": "commit 的图形替代" }, "git clean": { "name": "git clean", "type": "", "path": "git/git clean.html", "desc": "从工作树中删除未跟踪的文件" }, "git clone": { "name": "git clone", "type": "", "path": "git/git clone.html", "desc": "将存储库克隆到新目录中" }, "git column": { "name": "git column", "type": "", "path": "git/git column.html", "desc": "以列显示数据" }, "git commit-tree": { "name": "git commit-tree", "type": "", "path": "git/git commit-tree.html", "desc": "创建一个新的提交对象" }, "git commit": { "name": "git commit", "type": "", "path": "git/git commit.html", "desc": "记录对存储库的更改" }, "git config": { "name": "git config", "type": "", "path": "git/git config.html", "desc": "获取并设置存储库或全局选项" }, "git count-objects": { "name": "git count-objects", "type": "", "path": "git/git count-objects.html", "desc": "计算解包的对象数量及其磁盘消耗量" }, "git credential-cache": { "name": "git credential-cache", "type": "", "path": "git/git credential-cache.html", "desc": "Helper 临时将密码存储在内存中" }, "git credential-store": { "name": "git credential-store", "type": "", "path": "git/git credential-store.html", "desc": "帮助者将证书存储在磁盘上" }, "git credential": { "name": "git credential", "type": "", "path": "git/git credential.html", "desc": "检索并存储用户凭证" }, "git cvsexportcommit": { "name": "git cvsexportcommit", "type": "", "path": "git/git cvsexportcommit.html", "desc": "将一次提交导出到 CVS 签出" }, "git cvsimport": { "name": "git cvsimport", "type": "", "path": "git/git cvsimport.html", "desc": "将您的数据从另一个人们喜欢讨厌的 SCM 中拯救出来" }, "git cvsserver": { "name": "git cvsserver", "type": "", "path": "git/git cvsserver.html", "desc": "Git 的 CVS 服务器模拟器" }, "git daemon": { "name": "git daemon", "type": "", "path": "git/git daemon.html", "desc": "一个非常简单的Git仓库服务器" }, "git describe": { "name": "git describe", "type": "", "path": "git/git describe.html", "desc": "描述一个使用它可以访问的最近标签的提交" }, "git diff-files": { "name": "git diff-files", "type": "", "path": "git/git diff-files.html", "desc": "比较工作树和索引中的文件" }, "git diff-index": { "name": "git diff-index", "type": "", "path": "git/git diff-index.html", "desc": "比较树与工作树或索引" }, "git diff-tree": { "name": "git diff-tree", "type": "", "path": "git/git diff-tree.html", "desc": "比较通过两个树对象找到的 blob 的内容和模式" }, "git diff": { "name": "git diff", "type": "", "path": "git/git diff.html", "desc": "显示提交,提交和工作树等之间的变化" }, "git difftool": { "name": "git difftool", "type": "", "path": "git/git difftool.html", "desc": "使用常见差异工具显示更改" }, "git fast-export": { "name": "git fast-export", "type": "", "path": "git/git fast-export.html", "desc": "Git 数据导出器" }, "git fast-import": { "name": "git fast-import", "type": "", "path": "git/git fast-import.html", "desc": "用于快速Git数据导入器的后端" }, "git fetch-pack": { "name": "git fetch-pack", "type": "", "path": "git/git fetch-pack.html", "desc": "从另一个存储库接收缺少的对象" }, "git fetch": { "name": "git fetch", "type": "", "path": "git/git fetch.html", "desc": "从另一个存储库下载对象和引用" }, "git filter-branch": { "name": "git filter-branch", "type": "", "path": "git/git filter-branch.html", "desc": "重写分支" }, "git fmt-merge-msg": { "name": "git fmt-merge-msg", "type": "", "path": "git/git fmt-merge-msg.html", "desc": "产生一个合并提交信息" }, "git for-each-ref": { "name": "git for-each-ref", "type": "", "path": "git/git for-each-ref.html", "desc": "每个参考的输出信息" }, "git format-patch": { "name": "git format-patch", "type": "", "path": "git/git format-patch.html", "desc": "为电子邮件提交准备补丁" }, "git fsck": { "name": "git fsck", "type": "", "path": "git/git fsck.html", "desc": "验证数据库中对象的连通性和有效性" }, "git gc": { "name": "git gc", "type": "", "path": "git/git gc.html", "desc": "清理不必要的文件并优化本地存储库" }, "git get-tar-commit-id": { "name": "git get-tar-commit-id", "type": "", "path": "git/git get-tar-commit-id.html", "desc": "archive 创建的存档中提取提交ID" }, "git grep": { "name": "git grep", "type": "", "path": "git/git grep.html", "desc": "打印符合模式的行" }, "git gui": { "name": "git gui", "type": "", "path": "git/git gui.html", "desc": "Git 的便携式图形界面" }, "git hash-object": { "name": "git hash-object", "type": "", "path": "git/git hash-object.html", "desc": "计算对象ID并可选择从文件创建一个blob" }, "git help": { "name": "git help", "type": "", "path": "git/git help.html", "desc": "显示关于 Git 的帮助信息" }, "git http-backend": { "name": "git http-backend", "type": "", "path": "git/git http-backend.html", "desc": "Git 在HTTP的服务器端实现" }, "git http-fetch": { "name": "git http-fetch", "type": "", "path": "git/git http-fetch.html", "desc": "通过 HTTP 从远程 Git 存储库下载" }, "git http-push": { "name": "git http-push", "type": "", "path": "git/git http-push.html", "desc": "通过 HTTP / DAV 将对象推送到另一个存储库" }, "git imap-send": { "name": "git imap-send", "type": "", "path": "git/git imap-send.html", "desc": "从 stdin 发送一组补丁到一个 IMAP 文件夹" }, "git index-pack": { "name": "git index-pack", "type": "", "path": "git/git index-pack.html", "desc": "为现有打包归档文件生成包索引文件" }, "git init": { "name": "git init", "type": "", "path": "git/git init.html", "desc": "创建一个空的 Git 仓库或重新初始化一个现有仓库" }, "git instaweb": { "name": "git instaweb", "type": "", "path": "git/git instaweb.html", "desc": "立即在gitweb中浏览你的工作仓库" }, "git interpret-trailers": { "name": "git interpret-trailers", "type": "", "path": "git/git interpret-trailers.html", "desc": "帮助将结构化信息添加到提交消息中" }, "git log": { "name": "git log", "type": "", "path": "git/git log.html", "desc": "显示提交日志" }, "git ls-files": { "name": "git ls-files", "type": "", "path": "git/git ls-files.html", "desc": "显示有关索引和工作树中文件的信息" }, "git ls-remote": { "name": "git ls-remote", "type": "", "path": "git/git ls-remote.html", "desc": "在远程存储库中列出引用" }, "git ls-tree": { "name": "git ls-tree", "type": "", "path": "git/git ls-tree.html", "desc": "列出树对象的内容" }, "git mailinfo": { "name": "git mailinfo", "type": "", "path": "git/git mailinfo.html", "desc": "从单个电子邮件中提取补丁和作者身份" }, "git mailsplit": { "name": "git mailsplit", "type": "", "path": "git/git mailsplit.html", "desc": "简单的 UNIX mbox 分离器程序" }, "git merge-base": { "name": "git merge-base", "type": "", "path": "git/git merge-base.html", "desc": "为合并找到尽可能好的共同祖先" }, "git merge-file": { "name": "git merge-file", "type": "", "path": "git/git merge-file.html", "desc": "运行三路文件合并" }, "git merge-index": { "name": "git merge-index", "type": "", "path": "git/git merge-index.html", "desc": "为需要合并的文件运行合并" }, "git merge-one-file": { "name": "git merge-one-file", "type": "", "path": "git/git merge-one-file.html", "desc": "index 一起使用的标准帮助程序" }, "git merge-tree": { "name": "git merge-tree", "type": "", "path": "git/git merge-tree.html", "desc": "显示不触及索引的三路合并" }, "git merge": { "name": "git merge", "type": "", "path": "git/git merge.html", "desc": "Join two or more development histories together" }, "git mergetool": { "name": "git mergetool", "type": "", "path": "git/git mergetool.html", "desc": "运行合并冲突解决工具来解决合并冲突" }, "git mktag": { "name": "git mktag", "type": "", "path": "git/git mktag.html", "desc": "创建一个标签对象" }, "git mktree": { "name": "git mktree", "type": "", "path": "git/git mktree.html", "desc": "tree 格式的文本中构建树对象" }, "git mv": { "name": "git mv", "type": "", "path": "git/git mv.html", "desc": "移动或重命名文件,目录或符号链接" }, "git name-rev": { "name": "git name-rev", "type": "", "path": "git/git name-rev.html", "desc": "查找给定转速的符号名称" }, "git notes": { "name": "git notes", "type": "", "path": "git/git notes.html", "desc": "Add or inspect object notes" }, "git p4": { "name": "git p4", "type": "", "path": "git/git p4.html", "desc": "从 Perforce 存储库导入和提交" }, "git pack-objects": { "name": "git pack-objects", "type": "", "path": "git/git pack-objects.html", "desc": "创建一个打包的对象存档" }, "git pack-redundant": { "name": "git pack-redundant", "type": "", "path": "git/git pack-redundant.html", "desc": "查找多余的包文件" }, "git pack-refs": { "name": "git pack-refs", "type": "", "path": "git/git pack-refs.html", "desc": "打包标头和标签以便高效的存储库访问" }, "git parse-remote": { "name": "git parse-remote", "type": "", "path": "git/git parse-remote.html", "desc": "帮助解析远程存储库访问参数的例程" }, "git patch-id": { "name": "git patch-id", "type": "", "path": "git/git patch-id.html", "desc": "计算补丁的唯一 ID" }, "git prune-packed": { "name": "git prune-packed", "type": "", "path": "git/git prune-packed.html", "desc": "删除已经在包文件中的额外对象" }, "git prune": { "name": "git prune", "type": "", "path": "git/git prune.html", "desc": "从对象数据库中删除所有不可访问的对象" }, "git pull": { "name": "git pull", "type": "", "path": "git/git pull.html", "desc": "从另一个存储库或本地分支获取并与其集成" }, "git push": { "name": "git push", "type": "", "path": "git/git push.html", "desc": "更新远程引用以及关联的对象" }, "git quiltimport": { "name": "git quiltimport", "type": "", "path": "git/git quiltimport.html", "desc": "在当前分支上应用一个被套补丁集" }, "git read-tree": { "name": "git read-tree", "type": "", "path": "git/git read-tree.html", "desc": "将树信息读入索引" }, "git rebase": { "name": "git rebase", "type": "", "path": "git/git rebase.html", "desc": "重新申请提交另一个基本技巧" }, "git receive-pack": { "name": "git receive-pack", "type": "", "path": "git/git receive-pack.html", "desc": "接收推入存储库的内容" }, "git reflog": { "name": "git reflog", "type": "", "path": "git/git reflog.html", "desc": "管理reflog信息" }, "git remote-ext": { "name": "git remote-ext", "type": "", "path": "git/git remote-ext.html", "desc": "将智能传输桥接到外部命令。" }, "git remote-fd": { "name": "git remote-fd", "type": "", "path": "git/git remote-fd.html", "desc": "将智能传输流反射回调用者" }, "git remote-testgit": { "name": "git remote-testgit", "type": "", "path": "git/git remote-testgit.html", "desc": "helper" }, "git remote": { "name": "git remote", "type": "", "path": "git/git remote.html", "desc": "管理追踪存储库的集合" }, "git repack": { "name": "git repack", "type": "", "path": "git/git repack.html", "desc": "在存储库中打包解包的对象" }, "git replace": { "name": "git replace", "type": "", "path": "git/git replace.html", "desc": "创建,列出,删除引用来替换对象" }, "git request-pull": { "name": "git request-pull", "type": "", "path": "git/git request-pull.html", "desc": "生成未决更改的摘要" }, "git rerere": { "name": "git rerere", "type": "", "path": "git/git rerere.html", "desc": "重复使用冲突合并的记录分辨率" }, "git reset": { "name": "git reset", "type": "", "path": "git/git reset.html", "desc": "将当前 HEAD 重置为指定状态" }, "git rev-list": { "name": "git rev-list", "type": "", "path": "git/git rev-list.html", "desc": "按反向时间顺序列出提交对象" }, "git rev-parse": { "name": "git rev-parse", "type": "", "path": "git/git rev-parse.html", "desc": "Pick out and massage parameters" }, "git revert": { "name": "git revert", "type": "", "path": "git/git revert.html", "desc": "恢复一些现有的提交" }, "git rm": { "name": "git rm", "type": "", "path": "git/git rm.html", "desc": "从工作树和索引中删除文件" }, "git send-email": { "name": "git send-email", "type": "", "path": "git/git send-email.html", "desc": "以电子邮件的形式发送一组补丁" }, "git send-pack": { "name": "git send-pack", "type": "", "path": "git/git send-pack.html", "desc": "将对象通过 Git 协议推送到另一个存储库" }, "git sh-i18n": { "name": "git sh-i18n", "type": "", "path": "git/git sh-i18n.html", "desc": "Git 的 shell 脚本的i18n设置代码" }, "git sh-setup": { "name": "git sh-setup", "type": "", "path": "git/git sh-setup.html", "desc": "常用的 Git shell 脚本设置代码" }, "git shell": { "name": "git shell", "type": "", "path": "git/git shell.html", "desc": "SSH 访问的受限登录 shell" }, "git shortlog": { "name": "git shortlog", "type": "", "path": "git/git shortlog.html", "desc": "总结git log输出" }, "git show-branch": { "name": "git show-branch", "type": "", "path": "git/git show-branch.html", "desc": "显示分支及其提交" }, "git show-index": { "name": "git show-index", "type": "", "path": "git/git show-index.html", "desc": "显示打包归档索引" }, "git show-ref": { "name": "git show-ref", "type": "", "path": "git/git show-ref.html", "desc": "在本地存储库中列出引用" }, "git show": { "name": "git show", "type": "", "path": "git/git show.html", "desc": "显示各种类型的对象" }, "git stash": { "name": "git stash", "type": "", "path": "git/git stash.html", "desc": "将变化存储在脏的工作目录中" }, "git status": { "name": "git status", "type": "", "path": "git/git status.html", "desc": "显示工作树的状态" }, "git stripspace": { "name": "git stripspace", "type": "", "path": "git/git stripspace.html", "desc": "删除不必要的空格" }, "git submodule": { "name": "git submodule", "type": "", "path": "git/git submodule.html", "desc": "初始化,更新或检查子模块" }, "git svn": { "name": "git svn", "type": "", "path": "git/git svn.html", "desc": "Subversion版本库和Git之间的双向操作" }, "git symbolic-ref": { "name": "git symbolic-ref", "type": "", "path": "git/git symbolic-ref.html", "desc": "读取,修改和删除符号引用" }, "git tag": { "name": "git tag", "type": "", "path": "git/git tag.html", "desc": "创建,列出,删除或验证用 GPG 签名的标签对象" }, "git unpack-file": { "name": "git unpack-file", "type": "", "path": "git/git unpack-file.html", "desc": "用 blob 的内容创建一个临时文件" }, "git unpack-objects": { "name": "git unpack-objects", "type": "", "path": "git/git unpack-objects.html", "desc": "从打包的压缩文件中解压缩对象" }, "git update-index": { "name": "git update-index", "type": "", "path": "git/git update-index.html", "desc": "将工作树中的文件内容注册到索引" }, "git update-ref": { "name": "git update-ref", "type": "", "path": "git/git update-ref.html", "desc": "安全地更新存储在ref中的对象名称" }, "git update-server-info": { "name": "git update-server-info", "type": "", "path": "git/git update-server-info.html", "desc": "更新辅助信息文件来帮助愚蠢的服务器" }, "git upload-archive": { "name": "git upload-archive", "type": "", "path": "git/git upload-archive.html", "desc": "archive" }, "git upload-pack": { "name": "git upload-pack", "type": "", "path": "git/git upload-pack.html", "desc": "pack" }, "git var": { "name": "git var", "type": "", "path": "git/git var.html", "desc": "显示一个 Git 逻辑变量" }, "git verify-commit": { "name": "git verify-commit", "type": "", "path": "git/git verify-commit.html", "desc": "检查提交的 GPG 签名" }, "git verify-pack": { "name": "git verify-pack", "type": "", "path": "git/git verify-pack.html", "desc": "验证打包的Git存档文件" }, "git verify-tag": { "name": "git verify-tag", "type": "", "path": "git/git verify-tag.html", "desc": "检查标记的 GPG 签名" }, "git whatchanged": { "name": "git whatchanged", "type": "", "path": "git/git whatchanged.html", "desc": "每次提交引入不同的显示日志" }, "git worktree": { "name": "git worktree", "type": "", "path": "git/git worktree.html", "desc": "管理多个工作树" }, "git write-tree": { "name": "git write-tree", "type": "", "path": "git/git write-tree.html", "desc": "从当前索引创建一个树形对象" }, "Git": { "name": "Git", "type": "", "path": "git/Git.html", "desc": "迟钝的内容跟踪器" }, "gitattributes": { "name": "gitattributes", "type": "", "path": "git/gitattributes.html", "desc": "定义每个路径的属性" }, "gitcli": { "name": "gitcli", "type": "", "path": "git/gitcli.html", "desc": "Git 命令行界面和约定" }, "gitcore tutorial": { "name": "gitcore tutorial", "type": "", "path": "git/gitcore tutorial.html", "desc": "面向开发人员的Git核心教程" }, "gitcredentials": { "name": "gitcredentials", "type": "", "path": "git/gitcredentials.html", "desc": "为 Git 提供用户名和密码" }, "gitcvs migration": { "name": "gitcvs migration", "type": "", "path": "git/gitcvs migration.html", "desc": "Git for CVS users" }, "gitdiffcore": { "name": "gitdiffcore", "type": "", "path": "git/gitdiffcore.html", "desc": "Tweaking diff output" }, "giteveryday": { "name": "giteveryday", "type": "", "path": "git/giteveryday.html", "desc": "Everyday Git 的一组有用的最小命令" }, "gitglossary": { "name": "gitglossary", "type": "", "path": "git/gitglossary.html", "desc": "Git词汇表" }, "githooks": { "name": "githooks", "type": "", "path": "git/githooks.html", "desc": "Git 使用的挂钩" }, "gitignore": { "name": "gitignore", "type": "", "path": "git/gitignore.html", "desc": "指定忽略有意未被跟踪的文件" }, "gitk": { "name": "gitk", "type": "", "path": "git/gitk.html", "desc": "Git 存储库浏览器" }, "gitmodules": { "name": "gitmodules", "type": "", "path": "git/gitmodules.html", "desc": "名称" }, "gitnamespaces": { "name": "gitnamespaces", "type": "", "path": "git/gitnamespaces.html", "desc": "Git 命名空间" }, "gitremote helpers": { "name": "gitremote helpers", "type": "", "path": "git/gitremote helpers.html", "desc": "帮助程序与远程存储库进行交互" }, "gitrepository layout": { "name": "gitrepository layout", "type": "", "path": "git/gitrepository layout.html", "desc": "Git Repository Layout" }, "gitrevisions": { "name": "gitrevisions", "type": "", "path": "git/gitrevisions.html", "desc": "指定 Git 的修订和范围" }, "gitsubmodules": { "name": "gitsubmodules", "type": "", "path": "git/gitsubmodules.html", "desc": "在另一个仓库中安装一个仓库" }, "gittutorial 2": { "name": "gittutorial 2", "type": "", "path": "git/gittutorial 2.html", "desc": "Git 的教程介绍:第二部分" }, "gittutorial": { "name": "gittutorial", "type": "", "path": "git/gittutorial.html", "desc": "Git 的教程介绍" }, "gitweb.conf": { "name": "gitweb.conf", "type": "", "path": "git/gitweb.conf.html", "desc": "Gitweb( Git web 界面)配置文件" }, "gitweb": { "name": "gitweb", "type": "", "path": "git/gitweb.html", "desc": "Git web界面(Git仓库的前端)" }, "gitworkflows": { "name": "gitworkflows", "type": "", "path": "git/gitworkflows.html", "desc": "使用 Git 推荐的工作流程概述" } } |