X-Git-Url: https://git.verplant.org/?a=blobdiff_plain;f=Documentation%2Fgit.txt;h=d18cf5ec16b69c82df04c2d65bfb4e0b28b98dc8;hb=3f81fc82743ccd4fd7157f1f1db41605eb018fb9;hp=9e34146e3dd3fba410c20dc3d0e7f8f8ae04c4b1;hpb=2f2de9b4cdc86fef4465925ae7d5b2dcce8ffc8c;p=git.git diff --git a/Documentation/git.txt b/Documentation/git.txt index 9e34146e..d18cf5ec 100644 --- a/Documentation/git.txt +++ b/Documentation/git.txt @@ -72,9 +72,6 @@ Interrogation commands link:git-cat-file.html[git-cat-file]:: Provide content or type information for repository objects -link:git-check-files.html[git-check-files]:: - Verify a list of files are up-to-date - link:git-diff-cache.html[git-diff-cache]:: Compares content and mode of blobs between the cache and repository @@ -111,6 +108,9 @@ link:git-tar-tree.html[git-tar-tree]:: link:git-unpack-file.html[git-unpack-file]:: Creates a temporary file with a blob's contents +link:git-var.html[git-var]:: + Displays a git logical variable + link:git-verify-pack.html[git-verify-pack]:: Validates packed GIT archive files @@ -118,6 +118,9 @@ The interrogate commands may create files - and you can force them to touch the working file set - but in general they don't +Synching repositories +~~~~~~~~~~~~~~~~~~~~~ + link:git-clone-script.html[git-clone-script]:: Clones a repository into the current repository (user interface) @@ -125,10 +128,14 @@ link:git-clone-pack.html[git-clone-pack]:: Clones a repository into the current repository (engine for ssh and local transport) -link:git-pull-script.html[git-pull-script]:: - Pull from a repote repository via various protocols +link:git-fetch-script.html[git-fetch-script]:: + Download from a remote repository via various protocols (user interface). +link:git-pull-script.html[git-pull-script]:: + Fetch from and merge with a remote repository via + various protocols (user interface). + link:git-http-pull.html[git-http-pull]:: Downloads a remote GIT repository via HTTP @@ -150,10 +157,17 @@ link:git-clone-pack.html[git-clone-pack]:: link:git-fetch-pack.html[git-fetch-pack]:: Updates from a remote repository. +link:git-peek-remote.html[git-peek-remote]:: + Lists references on a remote repository using upload-pack protocol. + link:git-upload-pack.html[git-upload-pack]:: Invoked by 'git-clone-pack' and 'git-fetch-pack' to push what are asked for. +link:git-update-server-info.html[git-update-server-info]:: + Updates auxiliary information on a dumb server to help + clients discover references and packs on it. + Ancilliary Commands -------------------