2
0
mirror of https://github.com/chubin/cheat.sheets synced 2024-11-05 12:00:16 +00:00
cheat.sheets/sheets/cloudup
2017-07-17 21:13:45 +00:00

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