summaryrefslogtreecommitdiff
path: root/Documentation/cmds-synchingrepositories.txt
diff options
context:
space:
mode:
Diffstat (limited to 'Documentation/cmds-synchingrepositories.txt')
-rw-r--r--Documentation/cmds-synchingrepositories.txt39
1 files changed, 0 insertions, 39 deletions
diff --git a/Documentation/cmds-synchingrepositories.txt b/Documentation/cmds-synchingrepositories.txt
deleted file mode 100644
index 01b5bb992e..0000000000
--- a/Documentation/cmds-synchingrepositories.txt
+++ /dev/null
@@ -1,39 +0,0 @@
-gitlink:git-fetch-pack[1]::
- Receive missing objects from another repository.
-
-gitlink:git-http-fetch[1]::
- 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]::
- Duplicate another git repository on a local system.
-
-gitlink:git-peek-remote[1]::
- List the references in a remote repository.
-
-gitlink:git-receive-pack[1]::
- Receive what is pushed into the repository.
-
-gitlink:git-send-pack[1]::
- Push objects over git protocol to another reposiotory.
-
-gitlink:git-shell[1]::
- Restricted login shell for GIT-only SSH access.
-
-gitlink:git-ssh-fetch[1]::
- Fetch from a remote repository over ssh connection.
-
-gitlink:git-ssh-upload[1]::
- Push to a remote repository over ssh connection.
-
-gitlink:git-update-server-info[1]::
- Update auxiliary info file to help dumb servers.
-
-gitlink:git-upload-archive[1]::
- Send archive back to git-archive.
-
-gitlink:git-upload-pack[1]::
- Send objects packed back to git-fetch-pack.
-