简体中文 ▾
Localized versions of git-remote-fd manual
Topics ▾
Email
Latest version
▾
git-remote-fd last updated in 2.43.0
Changes in the git-remote-fd manual
Setup and Config
Getting and Creating Projects
Basic Snapshotting
Branching and Merging
Sharing and Updating Projects
Inspection and Comparison
Patching
Debugging
External Systems
Server Admin
Guides
- gitattributes
- Command-line interface conventions
- Everyday Git
- Frequently Asked Questions (FAQ)
- Glossary
- Hooks
- gitignore
- gitmodules
- Revisions
- Submodules
- Tutorial
- Workflows
- All guides...
Administration
Plumbing Commands
- 2.43.1 → 2.47.0 no changes
- 2.43.0 11/20/23
- 2.22.1 → 2.42.3 no changes
- 2.22.0 06/07/19
- 2.11.4 → 2.21.4 no changes
- 2.10.5 09/22/17
- 2.3.10 → 2.9.5 no changes
- 2.2.3 09/04/15
- 2.1.4 no changes
- 2.0.5 12/17/14
描述
该辅助程序使用指定的文件描述符连接远程 Git 服务器。 它不是为最终用户设计的,而是为调用 git fetch、push 或 archive 的程序和脚本设计的。
如果只给出 <infd>,则假定它是连接远程 Git 服务器(git-upload-pack、git-receive-pack 或 git-upload-archive)的双向套接字。如果同时给出 <infd> 和 <outfd>,则假定它们是连接到远程 Git 服务器的管道(<infd> 是入站管道,<outfd> 是出站管道)。
假定在启动该辅助程序之前,任何握手程序都已完成(例如发送 git:// 服务请求)。
<anything> 可以是任何字符串。它将被忽略。它的作用是在 URL 在某些上下文中显示时向用户提供信息。
GIT
属于 git[1] 文档