John, If you do a commit, it only commits it to your local repo. If you want to push it upstream to the main dabo repo, you need to either push it there from your local repo or pull it there from the upstream repo.
Regards, Nate On Jun 29, 2013, at 9:36 PM, John Fabiani <[email protected]> wrote: > Hi Paul, > I used > git add dabo/db/dCursorMixin.py > the above is to stage the changes > > then > git commit -m 'prevent traceback due to the self.__nonUpdateFields = None and > producing a NoneType error.' > > > But I don't see anything in the emails. > > If I do a git pull > an edtior opens. > > What am I missing? > > Johnf > > [excessive quoting removed by server] _______________________________________________ Post Messages to: [email protected] Subscription Maintenance: http://mail.leafe.com/mailman/listinfo/dabo-dev Searchable Archives: http://leafe.com/archives/search/dabo-dev This message: http://leafe.com/archives/byMID/[email protected]
