1GIT-PEEK-REMOTE(1) Git Manual GIT-PEEK-REMOTE(1)
2
3
4
6 git-peek-remote - List the references in a remote repository
7
9 git-peek-remote [--upload-pack=<git-upload-pack>] [<host>:]<directory>
10
12 Lists the references the remote repository has, and optionally stores
13 them in the local repository under the same name.
14
16 --upload-pack=<git-upload-pack>
17 Use this to specify the path to git-upload-pack on the remote side,
18 if it is not found on your $PATH. Some installations of sshd
19 ignores the userĀ“s environment setup scripts for login shells (e.g.
20 .bash_profile) and your privately installed git may not be found on
21 the system default $PATH. Another workaround suggested is to set up
22 your $PATH in ".bashrc", but this flag is for people who do not
23 want to pay the overhead for non-interactive shells, but prefer
24 having a lean .bashrc file (they set most of the things up in
25 .bash_profile).
26
27 --exec=<git-upload-pack>
28 Same --upload-pack=<git-upload-pack>.
29
30 <host>
31 A remote host that houses the repository. When this part is
32 specified, git-upload-pack is invoked via ssh.
33
34 <directory>
35 The repository to sync from.
36
38 Written by Junio C Hamano <junkio@cox.net>
39
41 Documentation by Junio C Hamano.
42
44 Part of the git(7) suite
45
46
47
48
49Git 1.5.3.3 10/09/2007 GIT-PEEK-REMOTE(1)