mirror of
https://github.com/chubin/cheat.sheets
synced 2024-11-05 12:00:16 +00:00
12 lines
301 B
Plaintext
12 lines
301 B
Plaintext
# cloudup (Bash-Snippets)
|
|
# Backs up a users github repositories to your bitbucket account.
|
|
|
|
# Backup all of a single github users repositories
|
|
cloudup -a
|
|
|
|
# Backup a single github repository
|
|
cloudup
|
|
|
|
# Backup a single github repository (supplying the name of repo as argument)
|
|
cloudup repositoryName
|