Git 2.13.0 • Manual
Home • Environment Variables •
Synching Repositories (draft)
git daemon
- A really simple server for Git repositories. git-daemon(1)
git fetch-pack
- Receive missing objects from another repository. git-fetch-pack(1)
git http-backend
- Server side implementation of Git over HTTP. git-http-backend(1)
git send-pack
- Push objects over Git protocol to another repository. git-send-pack(1)
git update-server-info
- Update auxiliary info file to help dumb servers. git-update-server-info(1)
The following are helper commands used by the above; end users typically do not use them directly.
git http-fetch
- Download from a remote Git repository via HTTP. git-http-fetch(1)
git http-push
- Push objects over HTTP/DAV to another repository. git-http-push(1)
git parse-remote
- Routines to help parsing remote repository access parameters. git‑parse‑remote(1)
git receive-pack
- Receive what is pushed into the repository. git-receive-pack(1)
git shell
- Restricted login shell for Git-only SSH access. git-shell(1)
git upload-archive
- Send archive back to git-archive. git-upload-archive(1)
git upload-pack
- Send objects packed back to git-fetch-pack. git-upload-pack(1)