1- .\" Automatically generated by Pandoc 3.1.9
1+ .\" Automatically generated by Pandoc 3.2
22.\"
3- .TH "rush-clone" "1" "February 2024" "" "Clone a GitHub package repository."
3+ .TH "rush\ - clone" "1" "July 2024" "" "Clone a GitHub package repository."
44.SH NAME
5- \f[B] rush clone \f[ R ] - Clone a GitHub package repository.
5+ \f[B] rush clone \f[ R ] \ - Clone a GitHub package repository.
66.SH SYNOPSIS
77\f[B] rush clone \f[ R ] GITHUB_USER PATH OPTIONS
88.SH DESCRIPTION
@@ -14,27 +14,27 @@ file.
1414.SS GITHUB_USER
1515Github user.
1616.PP
17- This user is expected to have a repository named \f[B] rush-repo \f[ R ] .
17+ This user is expected to have a repository named \f[B] rush \ -repo \f[ R ] .
1818.PP
1919If you need to use a different name, use the \f[B] user/repo \f[ R ] syntax.
2020.IP \[bu ] 2
2121\f[I] Required \f[ R ]
2222.SS PATH
2323Local path to clone the repository into.
2424.PP
25- Default: \[ti ] /rush-repos/<github_user>/<github_repo>
25+ Default: \[ti ] /rush\ - repos/<github_user>/<github_repo>
2626.SH OPTIONS
27- .SS - -ssh, -s
27+ .SS \-\ - ssh, \ - s
2828Clone using SSH instead of HTTPS.
29- .SS - -default, -d
30- Set this as the default repository (same as \f[B] - -name default \f[ R ] ).
31- .SS - -name, -n NAME
29+ .SS \-\ - default, \ - d
30+ Set this as the default repository (same as \f[B] \-\ -name default \f[ R ] ).
31+ .SS \-\ - name, \ - n NAME
3232Name to use in the config file.
3333.PP
3434Default: GitHub user
35- .SS - -shallow, -w
35+ .SS \-\ - shallow, \ - w
3636Perform a shallow clone, instead of the default full clone.
37- .SS - -ignore, -i
37+ .SS \-\ - ignore, \ - i
3838Ignore (do not clone) if a repository with this name exists.
3939.SH DEPENDENCIES
4040.SS git
@@ -43,11 +43,11 @@ Ignore (do not clone) if a repository with this name exists.
4343.EX
4444rush clone bobby
4545
46- rush clone bobby - -default
46+ rush clone bobby \-\ - default
4747
48- rush clone bobby/bobs-repo ./repos/bobby - -ssh
48+ rush clone bobby/bobs\ - repo ./repos/bobby \-\ - ssh
4949
50- rush clone bobby - -name sample - -ignore
50+ rush clone bobby \-\ - name sample \-\ - ignore
5151 .EE
5252.SH SEE ALSO
5353\f[B] rush \f[ R ] (1)
0 commit comments