diff options
Diffstat (limited to 'Documentation/cmds-synchingrepositories.txt')
-rw-r--r-- | Documentation/cmds-synchingrepositories.txt | 39 |
1 files changed, 16 insertions, 23 deletions
diff --git a/Documentation/cmds-synchingrepositories.txt b/Documentation/cmds-synchingrepositories.txt index b0baa7d522..01b5bb992e 100644 --- a/Documentation/cmds-synchingrepositories.txt +++ b/Documentation/cmds-synchingrepositories.txt @@ -1,46 +1,39 @@ gitlink:git-fetch-pack[1]:: - Updates from a remote repository (engine for ssh and - local transport). + Receive missing objects from another repository. gitlink:git-http-fetch[1]:: - Downloads a remote git repository via HTTP by walking - commit chain. + Download from a remote git repository via HTTP. + +gitlink:git-http-push[1]:: + Push objects over HTTP/DAV to another repository. gitlink:git-local-fetch[1]:: - Duplicates another git repository on a local system by - walking commit chain. + Duplicate another git repository on a local system. gitlink:git-peek-remote[1]:: - Lists references on a remote repository using - upload-pack protocol (engine for ssh and local - transport). + List the references in a remote repository. gitlink:git-receive-pack[1]:: - Invoked by 'git-send-pack' to receive what is pushed to it. + Receive what is pushed into the repository. gitlink:git-send-pack[1]:: - Pushes to a remote repository, intelligently. - -gitlink:git-http-push[1]:: - Push missing objects using HTTP/DAV. + Push objects over git protocol to another reposiotory. gitlink:git-shell[1]:: - Restricted shell for GIT-only SSH access. + Restricted login shell for GIT-only SSH access. gitlink:git-ssh-fetch[1]:: - Pulls from a remote repository over ssh connection by - walking commit chain. + Fetch from a remote repository over ssh connection. gitlink:git-ssh-upload[1]:: - Helper "server-side" program used by git-ssh-fetch. + Push to a remote repository over ssh connection. gitlink:git-update-server-info[1]:: - Updates auxiliary information on a dumb server to help - clients discover references and packs on it. + Update auxiliary info file to help dumb servers. gitlink:git-upload-archive[1]:: - Invoked by 'git-archive' to send a generated archive. + Send archive back to git-archive. gitlink:git-upload-pack[1]:: - Invoked by 'git-fetch-pack' to push - what are asked for. + Send objects packed back to git-fetch-pack. + |