I am new to Git and I have so many so far, but I'm not sure what to do here.
I forked the github project and am moving it to another language now. For reference, I created a code branch, as it was when I made the plug. My problem is that the original project was updated, and I cannot figure out how to transfer these changes to my branch from the original wizard (because "origin" points to my github project).
The next question for my own education is, what command does the owner of the original project have to follow in order to pull the change from my branch into its main branch?
EDIT: These answers work when I run them from my own "master" branch, but not when I run them from the "tracking" branch (I use this term here freely because I know the git command with the same name, but not sure what he is doing).
When I am in my branch without a host and start git fetch upstream, nothing happens. When I try git fetch upstream:master, he says
ssh: upstream: no address associated with name
fatal: The remote end hung up unexpectedly
source
share