check the pull command help!

you could run:

git fetch origin
git rebase remotes/origin/nov2012


or

git pull --rebase origin nov2012




On Wed, Oct 17, 2012 at 9:12 PM, kramer.newsreader <
kramer.newsrea...@gmail.com> wrote:

> Hi guys,
>
> FYI Git n00b here.
>
> I am having trouble pulling from a remote branch. I'm not really sure
> what's going on.  I didn't have any problem with this yesterday.  I can
> manually log in to the remote server (gerrit).
>
> See the commands below:
>
> $ git branch -a
>   master
> * nov2012
>   remotes/gerrit/master
>   remotes/origin/HEAD -> origin/master
>   remotes/origin/master
>   remotes/origin/nov2012
>   remotes/origin/test
>   remotes/origin/test-branch
> $ git pull --rebase remotes/origin/nov2012
> fatal: 'remotes/origin/nov2012' does not appear to be a git repository
> fatal: The remote end hung up unexpectedly
>
>
> Thanks much for the help guys!!!
>
> --
> You received this message because you are subscribed to the Google Groups
> "Git for human beings" group.
> To view this discussion on the web visit
> https://groups.google.com/d/msg/git-users/-/EmcdHzCcrPAJ.
> To post to this group, send email to git-users@googlegroups.com.
> To unsubscribe from this group, send email to
> git-users+unsubscr...@googlegroups.com.
> For more options, visit this group at
> http://groups.google.com/group/git-users?hl=en.
>

-- 
You received this message because you are subscribed to the Google Groups "Git 
for human beings" group.
To post to this group, send email to git-users@googlegroups.com.
To unsubscribe from this group, send email to 
git-users+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/git-users?hl=en.

Reply via email to