hi guys - just wanted to make sure that my git was working properly.  I
think I properly committed and pushed.  Can you see it?  I'm getting:

msyang(~/tmp/pyjamas)
jobs:1 $ git checkout master
Already on 'master'
Your branch is ahead of 'origin/master' by 1 commit.

The .git/config file I have has:

[core]
    repositoryformatversion = 0
    filemode = true
    bare = false
    logallrefupdates = true
    ignorecase = true
[remote "origin"]
    fetch = +refs/heads/*:refs/remotes/origin/*
    url = git://pyjamas.git.sourceforge.net/gitroot/pyjamas/pyjamas
    pushurl = ssh://
[email protected]/gitroot/pyjamas/pyjamas
    push = refs/heads/msyang/*:refs/heads/msyang/*
[branch "master"]
    remote = origin
    merge = refs/heads/master

And after doing `git checkout master` the `git log` returns:

commit e8250d14c775d9f037883b9824d9cf91c1dafbd3
Author: Michael Yang <[email protected]>
Date:   Fri Jan 20 19:40:15 2012 -0500

    Fixed #677 AttributeError: 'module' object has no attribute 'path' when
compiling examples on Mac OSX

commit 5043316bb9fbbbcbf7c07034a2acc613ee9889f2
Author: Luke Leighton <[email protected]>
Date:   Sat Jan 7 16:34:39 2012 +0000

    Revert "#537 - update focus handling to follow gwt"

    This reverts commit 4353ada882fd438d268719d249eb8c872011c56a

Sorry to annoy again (I know it's like a one-line bug for me) but I wanted
to validate if I was fitting into your git flow correctly...

Reply via email to