Lines Matching refs:fetch
70 % git fetch
76 % git fetch
477 % git fetch
550 % git fetch camel
553 The C<fetch> command just updates the C<camel> refs, as the objects
560 C<git fetch> from the C<Perl/perl5.git> repository won't fetch it.
562 However Github does provide a mechanism to fetch a pull request to a
564 you can use C<< git fetch pull/I<PRID>/head:I<localname> >> to make a
565 local copy. eg. to fetch pull request 9999 to the local branch
568 git fetch origin pull/9999/head:local-branch-name
581 Alternatively you can configure the remote to fetch all pull requests
588 fetch = +refs/heads/*:refs/remotes/origin/*
595 fetch = +refs/heads/*:refs/remotes/origin/*
596 fetch = +refs/pull/*/head:refs/remotes/origin/pull/*
598 and then do a fetch as normal:
600 git fetch origin
608 git fetch -p origin # or git remote prune origin
743 % git fetch p5p
800 % git fetch p5p