rmaicle

Programming is an endless loop; it's either you break or exit.

Licensed under a Creative Commons Attribution-ShareAlike 4.0 International License (CC BY-SA).
You are free to copy, reproduce, distribute, display, and make adaptations but you must provide proper attribution. Visit https://creativecommons.org/ or send an email to info@creativecommons.org for more information about the License.

Date and Time

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)