pub fn remotes(value: &str) -> FnOptionArg
Expand description
Show all branches, tags, or remote-tracking branches, respectively (i.e., refs found in refs/heads, refs/tags, or refs/remotes, respectively). If a pattern is given, only refs matching the given shell glob are shown. If the pattern does not contain a globbing character (?, , or [), it is turned into a prefix match by appending /. –branches[=pattern], –tags[=pattern], –remotes[=pattern]