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
11
13 This command is deprecated; use git ls-remote instead.
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 <host>
28 A remote host that houses the repository. When this part is
29 specified, git-upload-pack is invoked via ssh.
30
31 <directory>
32 The repository to sync from.
33
35 Part of the git(1) suite
36
37
38
39Git 1.8.3.1 11/19/2018 GIT-PEEK-REMOTE(1)