Can someone help with a github problem?
-
Can someone help with a github problem? I have cloned a repo from someone, and now my clone is behind the original repo. I used to be able to simply do a pull from my github page by pushing a button, but that no longer seems to be possible. It seems the system now wants me to do a pull request, but that's not what I want, I just want to fetch upstream's changes.
-
Can someone help with a github problem? I have cloned a repo from someone, and now my clone is behind the original repo. I used to be able to simply do a pull from my github page by pushing a button, but that no longer seems to be possible. It seems the system now wants me to do a pull request, but that's not what I want, I just want to fetch upstream's changes.
@mok0 tried simply doing a git pull in a terminal, maybe? I find that using the CLI solves 90% of git issues I have with IDEs and so on.