Skip to content

Instantly share code, notes, and snippets.

View seanpierce's full-sized avatar
🤠
never not learning!

Sean Pierce Sumler seanpierce

🤠
never not learning!
View GitHub Profile
@seanpierce
seanpierce / heroku-remote.sh
Created April 13, 2018 02:48 — forked from randallreedjr/heroku-remote.md
Add a Heroku remote to an existing git repo
$ git remote add staging https://git.heroku.com/staging-app.git
$ git remote add heroku https://git.heroku.com/app.git