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