Advertisement
rodro1

RESET HEROKU REMOTE REPOSOTORY

May 17th, 2021
43
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.19 KB | None | 0 0
  1. // RESET HEROKU REMOTE REPOSOTORY
  2.  
  3. STEP 1:
  4. heroku plugins:install heroku-repo
  5.  
  6. STEP 2:
  7. heroku repo:reset -a abca-vue
  8.  
  9. // STEP 3 UPLOAD EXISTING REPOSOTORY
  10. heroku git:remote -a abca-vue
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement