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 This command is deprecated; use git ls-remote instead.
13
15 --upload-pack=<git-upload-pack>
16 Use this to specify the path to git-upload-pack on the remote side,
17 if it is not found on your $PATH. Some installations of sshd
18 ignores the user’s environment setup scripts for login shells (e.g.
19 .bash_profile) and your privately installed git may not be found on
20 the system default $PATH. Another workaround suggested is to set up
21 your $PATH in ".bashrc", but this flag is for people who do not
22 want to pay the overhead for non-interactive shells, but prefer
23 having a lean .bashrc file (they set most of the things up in
24 .bash_profile).
25
26 <host>
27 A remote host that houses the repository. When this part is
28 specified, git-upload-pack is invoked via ssh.
29
30 <directory>
31 The repository to sync from.
32
34 Written by Junio C Hamano <gitster@pobox.com[1]>
35
37 Documentation by Junio C Hamano.
38
40 Part of the git(1) suite
41
43 1. gitster@pobox.com
44 mailto:gitster@pobox.com
45
46
47
48Git 1.7.1 08/16/2017 GIT-PEEK-REMOTE(1)