Latest
This commit is contained in:
parent
c1144eda2d
commit
8a4e3a452e
1 changed files with 2 additions and 2 deletions
|
@ -3,7 +3,7 @@
|
|||
#
|
||||
# Clones organization "megabyte-labs" on GitHub into ~/Projects/Megabyte-Labs
|
||||
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"
|
||||
# Clones user "ProfessorManhattan" on GitHub into ~/Projects/ProfessorManhattan
|
||||
github-user:
|
||||
|
@ -11,5 +11,5 @@ github-user:
|
|||
description: "Clones the GitHub user repositories"
|
||||
# Clones organization "megabyte-labs" on GitLab into ~/Projects/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"
|
||||
|
|
Loading…
Reference in a new issue