2023-12-24 14:36:54 -08:00
|
|
|
---
|
2024-02-23 19:32:37 -08:00
|
|
|
# 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
|
2023-12-24 14:36:54 -08:00
|
|
|
github:
|
2024-02-23 19:30:18 -08:00
|
|
|
cmd: "ghorg clone megabyte-labs -s github --output-dir 'Megabyte-Labs'"
|
2023-12-24 14:36:54 -08:00
|
|
|
description: "Clones the GitHub megabyte-labs organization repositories"
|
2024-02-23 19:32:37 -08:00
|
|
|
# Clones user "ProfessorManhattan" on GitHub into ~/Projects/ProfessorManhattan
|
2024-02-23 19:30:18 -08:00
|
|
|
github-user:
|
|
|
|
cmd: ghorg clone ProfessorManhattan -s github --clone-type user --output-dir ProfessorManhattan
|
|
|
|
description: "Clones the GitHub user repositories"
|
2024-02-23 19:32:37 -08:00
|
|
|
# Clones organization "megabyte-labs" on GitLab into ~/Projects/GitLab
|
2023-12-24 14:36:54 -08:00
|
|
|
gitlab:
|
2024-02-23 19:30:18 -08:00
|
|
|
cmd: "ghorg clone megabyte-labs -s gitlab --output-dir 'GitLab'"
|
2023-12-24 14:36:54 -08:00
|
|
|
description: "Clones the GitLab megabyte-labs organization repositories"
|