Re: [git-users] Help with git pull, and restricting what gets pulled

2017-04-27 Thread Igor Djordjevic
Hi Michael, On Thursday, April 27, 2017 at 1:42:18 AM UTC+2, Michael Gersten wrote: > > Thank you very much. > No problem, glad if it helped :) When I said > > 843 git fetch origin refs/pull/12121/head > I was under the impression that explicitly fetching a specific branch also > set up

Re: [git-users] Help with git pull, and restricting what gets pulled

2017-04-26 Thread Michael
Thank you very much. > Where did you "explicitly ask for pull request 12121" remote tracking branch, > in order for it to be shown here? I haven`t seen that command in your e-mail, > so unless you accidentally omitted it, you didn`t actually ask for it... yet. When I said > 843 git fetch

[git-users] Help with git pull, and restricting what gets pulled

2017-04-26 Thread Michael
So I'm having a "too much pulled" issue, that I'd like help with. I'm working with this remote: [remote "origin"] url = https://github.com/rg3/youtube-dl.git fetch = +refs/heads/*:refs/remotes/origin/* I wanted to be able to get pull requests to test and play with, and I was