Your comments

So, you create a private fork of a public repository and want to update your local branch with the latest from the original repo. So, what i normally do at the command line is: git pull upstream <branch> (Even though the branch is untracked)