Added notes for the reclone.yaml file for ghorg so people know how to use it
This commit is contained in:
parent
aa4db31477
commit
a586f1547c
1 changed files with 5 additions and 0 deletions
|
@ -1,10 +1,15 @@
|
||||||
---
|
---
|
||||||
|
# Fill these values out with your own so that you can clone all your repositories by running `ghorg reclone`
|
||||||
|
#
|
||||||
|
# Clones organization "megabyte-labs" on GitHub into ~/Projects/Megabyte-Labs
|
||||||
github:
|
github:
|
||||||
cmd: "ghorg clone megabyte-labs -s github --output-dir 'Megabyte-Labs'"
|
cmd: "ghorg clone megabyte-labs -s github --output-dir 'Megabyte-Labs'"
|
||||||
description: "Clones the GitHub megabyte-labs organization repositories"
|
description: "Clones the GitHub megabyte-labs organization repositories"
|
||||||
|
# Clones user "ProfessorManhattan" on GitHub into ~/Projects/ProfessorManhattan
|
||||||
github-user:
|
github-user:
|
||||||
cmd: ghorg clone ProfessorManhattan -s github --clone-type user --output-dir ProfessorManhattan
|
cmd: ghorg clone ProfessorManhattan -s github --clone-type user --output-dir ProfessorManhattan
|
||||||
description: "Clones the GitHub user repositories"
|
description: "Clones the GitHub user repositories"
|
||||||
|
# Clones organization "megabyte-labs" on GitLab into ~/Projects/GitLab
|
||||||
gitlab:
|
gitlab:
|
||||||
cmd: "ghorg clone megabyte-labs -s gitlab --output-dir 'GitLab'"
|
cmd: "ghorg clone megabyte-labs -s gitlab --output-dir 'GitLab'"
|
||||||
description: "Clones the GitLab megabyte-labs organization repositories"
|
description: "Clones the GitLab megabyte-labs organization repositories"
|
||||||
|
|
Loading…
Reference in a new issue