1 line
19 KiB
JSON
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

[{ "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": "SubversionGit" },{ "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 webGit" },{ "name": "gitworkflows", "type": "", "path": "git/gitworkflows.html", "desc": "使 Git " } ]