Guest User

Untitled

a guest
Apr 30th, 2018
233
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.51 KB | None | 0 0
  1. $git config [--system|--global|--local] remote.heroku.url
  2.  
  3. -bash: --global: command not found
  4. -bash: --local]: command not found
  5.  
  6. $ git config remote.heroku.url
  7. --path
  8.  
  9. $ git remote -v
  10. heroku git@heroku.com:furious-fire-1066.git (fetch)
  11. heroku git@heroku.com:furious-fire-1066.git (push)
  12. heroku --path (push)
  13. origin git@github.com:schofld/newHeroku.git (fetch)
  14. origin git@github.com:schofld/newHeroku.git (push)
  15. rain git@heroku.com:severe-rain-2008.git (fetch)
  16. rain git@heroku.com:severe-rain-2008.git (push)
Add Comment
Please, Sign In to add comment