[oe] git pull

Bjørn Forsman bjorn.forsman at gmail.com
Tue Jan 19 20:13:07 UTC 2010


Hi Robin,

2010/1/19 robin <robinpv at iwavesystems.com>:
> One more input, When i use
> git pull
> Already up-to-date.
>
> and when i use
> git pull --rebase
> recipes/ti/ti-xdctools-native_3.15.01.59.bb: needs update
> recipes/ti/ti-xdctools.inc: needs update
> refusing to pull with rebase: your working tree is not up-to-date
>
> what is the correct command ?

You have a dirty working directory. Either 'stash' your changes away or
'commit' them to get to a clean state. (Or you can blow away the changes with
'git checkout .'.) Then do git pull/rebase.

Best regards,
Bjørn Forsman




More information about the Openembedded-devel mailing list