0

On my local git repo, I used to push it to two different remote repo, one on github and another on heroku. Now my local is stuck on heroku repo and I want to create a branch from github master branch. How can I change from heroku to github(origin)? enter image description here

[thi is what my terminal looks like]

Hokhy Tann
  • 1,249
  • 1
  • 9
  • 14

1 Answers1

0

See here - you want to set your local branch to track a different remote: Make an existing Git branch track a remote branch?

HalliHax
  • 816
  • 2
  • 11
  • 26