Hi Dan, (Re-adding target-devel CC') On Mon, 2016-02-08 at 19:34 -0500, Dan Lane wrote: > Hey Nicholas, I ran into an issue trying to follow your directions and > I was hoping you could assist. I'm not familiar enough with git to > understand what you're trying to do and google isn't finding anything > helpful. > > When I run: > git pull '$ORIGIN $BRANCH' > I get: > fatal: '$ORIGIN $BRANCH' does not appear to be a git repository > fatal: Could not read from remote repository. > > Please make sure you have the correct access rights > and the repository exists. git pull $ORIGIN $BRANCH is an example of doing a git pull from a remote tree + branch. That is, you need a specify to pull from a remote $ORIGIN repository tree, and a specific $BRANCH head within that remote tree. When 'target-pending/4.4-stable' was referenced earlier, from git CLI level it means to: git pull git://git.kernel.org/pub/scm/linux/kernel/git/nab/target-pending.git refs/heads/4.4-stable -- To unsubscribe from this list: send the line "unsubscribe target-devel" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html