Confused about tracking git master

2 messages, 2 authors, 2016-06-15 · open the first message on its own page

Confused about tracking git master

From: Seth Falcon <hidden>
Date: 2016-06-15 22:42:23

Hi,

I'm tracking git and somehow getting confused about how to get
updates.

To start, I did: git clone git://git.kernel.org/pub/scm/git/git.git

To get updates, I _think_ all I have to do is 'git pull'.  Doing so I
get:

    Unpacking 157 objects
     100% (157/157) done
    * refs/heads/todo: same as branch 'todo' of git://git.kernel.org/pub/scm/git/git
    * refs/heads/maint: same as branch 'maint' of git://git.kernel.org/pub/scm/git/git
    * refs/heads/origin: same as branch 'master' of git://git.kernel.org/pub/scm/git/git
    * refs/heads/pu: does not fast forward to branch 'pu' of git://git.kernel.org/pub/scm/git/git;
      not updating.       

Then when I do git whatchanged, the last change is on Saturday the
15th.  I'm figuring there has probably been at least one commit since
then?  So I tried 'git checkout origin' and then repeated the
whatchanged call and see:

    diff-tree 2855d58... (from bb99661...)
    Author: Junio C Hamano [off-list ref]
    Date:   Mon Apr 17 17:46:07 2006 -0700   

Is there a step I'm missing?  Or am I just misunderstanding what to
expect?  Clarification on either of those would be appreciated.

Thanks,

+ seth

Re: Confused about tracking git master

From: Nicolas Vilz <hidden>
Date: 2016-06-15 22:42:23

On Tue, Apr 18, 2006 at 11:08:48AM -0700, Seth Falcon wrote:
To get updates, I _think_ all I have to do is 'git pull'.  Doing so I
get:

    Unpacking 157 objects
     100% (157/157) done
    * refs/heads/todo: same as branch 'todo' of git://git.kernel.org/pub/scm/git/git
    * refs/heads/maint: same as branch 'maint' of git://git.kernel.org/pub/scm/git/git
    * refs/heads/origin: same as branch 'master' of git://git.kernel.org/pub/scm/git/git
    * refs/heads/pu: does not fast forward to branch 'pu' of git://git.kernel.org/pub/scm/git/git;
      not updating.       
[..]
Is there a step I'm missing?  Or am I just misunderstanding what to
expect?  Clarification on either of those would be appreciated.
You are trapped with the pu branch imho, like many others before *G* ... 
simply do a 

Pull: +refs/heads/pu:refs/heads/pu

in your .git/remotes/origin file or remove that pu line...

Greetings
Nicolas
Keyboard shortcuts
hback out one level
jnext message in thread
kprevious message in thread
ldrill in
Escclose help / fold thread tree
?toggle this help