3 examples for heroku

{{ score }}
  # clone app to local directory
heroku git:clone -a 
        
{{ score }}
  # Add heroku remote to git config
heroku git:remote -a project
        
{{ score }}
  # realtime heroku logs
heroku logs -t --app