heroku git:clone [DIRECTORY]
Clones a heroku app to your local machine at DIRECTORY (defaults to app name)
Arguments
| Name | Description |
|---|---|
DIRECTORY | Where to clone the app |
Options
| Name | Description |
|---|---|
-a, --app <app> | The Heroku app to use |
-r, --remote <remote> | The git remote to create, default "heroku" |
--ssh-git | Use SSH git protocol |